|
From: Peter K. <pk...@us...> - 2001-10-02 13:44:50
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.70 1.71=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Call update_ncp() directly from bt_catch_ncp() instead of calling bt_receive_data() since it calls hci_receive_data() which is a state machine, and we do not want to mess up its state... The diff of the modified file(s): --- hci.h 2001/09/18 10:48:22 1.70 +++ hci.h 2001/10/02 13:44:49 1.71 @@ -189,6 +189,8 @@ /* FIXME -- add parameter to choose from different devices */ s32 get_remote_bd(int line, u8 *bd); =20 +void update_ncp(u8 nbr_of_hdl, u8 *pkt); + /* Testing commands */ s32 hci_enable_dut(void); s32 hci_test_connect_req(u8 *bd); |