From: Peter K. <pk...@us...> - 2001-09-10 11:19:58
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.68 1.69=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Made hci_set_max_connections() resturn a result. The diff of the modified file(s): --- hci.h 2001/09/10 10:16:22 1.68 +++ hci.h 2001/09/10 11:19:57 1.69 @@ -100,7 +100,7 @@ void hci_receive_data(u8* data, u32 count); s32 hci_send_data(bt_tx_buf *tx_buf); =20 -void hci_set_max_connections(u8 max_connections); +s32 hci_set_max_connections(s32 max_connections); =20 #ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP void hci_receive_event(u8 *data, s32 count); |