From: Peter K. <pk...@us...> - 2001-05-17 15:59:47
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bcsp.h 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added send_txack() and signal_rxack(). The diff of the modified file(s): --- bcsp.h 2001/05/17 15:44:27 1.2 +++ bcsp.h 2001/05/17 15:59:46 1.3 @@ -128,12 +128,14 @@ s32 mux_send(struct bcsp *bcsp); s32 mux_receive(struct bcsp *bcsp); s32 mux_send(struct bcsp *bcsp); +s32 send_txack(u8 txack); =20 /************************* functions in sequence.c ***********************= ***/ =20 void sequence_init(void); s32 sequence_receive(struct bcsp *bcsp); s32 sequence_send(u8 *data, u32 len, u8 chn); +void signal_rxack(u8 ack); =20 /************************* functions in datagram.c ***********************= ****/ =20 |