From: Mattias A. <mat...@us...> - 2001-03-30 10:48:11
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.48 1.49=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: renamed ms switch control function The diff of the modified file(s): --- hci.h 2001/03/30 09:42:41 1.48 +++ hci.h 2001/03/30 10:48:07 1.49 @@ -140,8 +140,6 @@ 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 */ s32 get_remote_bd(u8 *bd); @@ -151,7 +149,7 @@ s32 hci_test_connect_req(u8 *bd); s32 hci_send_raw_data(u8 *data, u8 len); =20 -void hci_set_msswitch_mode(u8 mode); +void hci_force_msswitch(u8 enable); =20 /* Vendor specific */ s32 hci_set_bd_addr(u8 bd[6]); |