From: Mats F. <ma...@us...> - 2001-06-14 10:53:34
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.59 1.60=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added exit_park_mode and exit_sniff_mode The diff of the modified file(s): --- hci.h 2001/06/13 12:13:20 1.59 +++ hci.h 2001/06/14 10:53:33 1.60 @@ -131,7 +131,9 @@ /* Link Policy Commands */ s32 hci_hold_mode(u16 hci_hdl, u16 max_int, u16 min_int); s32 hci_sniff_mode(u16 hci_hdl, u16 max_int, u16 min_int, u16 attempt, u16= timeout); +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_switch_role(u8 *bd, u8 role); =20 /* Host Controller and Baseband Commands */ |