|
From: Peter K. <pk...@us...> - 2001-07-31 17:52:19
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.63 1.64=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added declaration of hci_set_max_connections(). The diff of the modified file(s): --- hci.h 2001/07/31 17:50:55 1.63 +++ hci.h 2001/07/31 17:52:18 1.64 @@ -97,6 +97,8 @@ 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); + #ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP void hci_receive_event(u8 *data, s32 count); void hci_receive_acl(u8 *data, s32 count); |