From: Gordon M. <gm...@us...> - 2001-04-27 15:19:30
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.54 1.55=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: --Added the HCI commands written by Francesco Gallo and submitted by fabriz= io.gennari. The diff of the modified file(s): --- hci.h 2001/04/25 17:46:11 1.54 +++ hci.h 2001/04/27 15:19:29 1.55 @@ -135,6 +135,13 @@ s32 hci_write_class_of_device(u8 *class_of_device); s32 hci_set_event_filter(u8 *data); s32 hci_read_power_transmit_level(u32 con_hdl, unsigned char type); +s32 hci_hold_mode(u32 con_hdl, u32 max_interval, u32 min_interval); +s32 hci_write_page_to(u32 page_to); +s32 hci_write_hold_mode_activity(u32 hma); +s32 hci_write_connection_accept_to(u32 co_ac_to); +s32 hci_inquiry_cancel(void); +s32 hci_read_clock_offset(u32 hdl); +s32 hci_read_rssi(u32 hdl); =20 /* Informational Parameters */ s32 hci_read_local_bd(u8 *bd); |