|
From: Mattias A. <mat...@us...> - 2001-03-30 09:42:43
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.47 1.48=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * added prototype for reading local verions info * added ms_set_msswitch_mode used to enable/disable m/s switch The diff of the modified file(s): --- hci.h 2001/03/12 15:55:02 1.47 +++ hci.h 2001/03/30 09:42:41 1.48 @@ -138,6 +138,9 @@ =20 /* Informational Parameters */ s32 hci_read_local_bd(u8 *bd); +s32 hci_read_local_version_info(s32 block); + + =20 /* Internal */ /* FIXME -- add parameter to choose from different devices */ @@ -147,6 +150,8 @@ s32 hci_enable_dut(void); s32 hci_test_connect_req(u8 *bd); s32 hci_send_raw_data(u8 *data, u8 len); + +void hci_set_msswitch_mode(u8 mode); =20 /* Vendor specific */ s32 hci_set_bd_addr(u8 bd[6]); |