|
From: Mats F. <ma...@us...> - 2001-07-06 06:56:09
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.61 1.62=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * If acl_num =3D=3D 0, we shouldn't schedule in hci_trig_send * Added function to check acl_num, needed in bcsp_sequence The diff of the modified file(s): --- hci.h 2001/06/15 12:31:55 1.61 +++ hci.h 2001/07/06 06:56:08 1.62 @@ -90,7 +90,7 @@ /****************** EXPORTED FUNCTION DECLARATION SECTION ****************= ***/ =20 s32 hci_trig_send(void); - +s32 hci_acl_num_cnt(void); s32 hci_init(void); void hci_shutdown(void); void hci_clear_buffer(u32 con_hdl); |