|
From: Willy S. <sag...@us...> - 2002-04-08 16:44:07
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- hci.h 1.77 1.78=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added read/write num broadcast commands The diff of the modified file(s): --- hci.h 17 Mar 2002 16:14:39 -0000 1.77 +++ hci.h 8 Apr 2002 10:14:07 -0000 1.78 @@ -155,6 +155,7 @@ s32 hci_exit_sniff_mode(u16 hci_hdl); s32 hci_park_mode(u16 hci_hdl, u16 max_int, u16 min_int); s32 hci_exit_park_mode(u16 hci_hdl); +s32 hci_write_link_policy_settings(u16 con_hdl, u16 settings); s32 hci_switch_role(u8 *bd, u8 role); =20 /* Host Controller and Baseband Commands */ @@ -184,6 +185,9 @@ s32 hci_inquiry_cancel(void); s32 hci_read_clock_offset(u32 hdl); s32 hci_read_rssi(u32 hdl); +s32 hci_read_num_broadcast_restransmissions(void); +s32 hci_write_num_broadcast_restransmissions(u8 num_broadcast_retran); +=20 =20 /* Informational Parameters */ s32 hci_read_local_bd(u8 *bd); |