|
From: Mats F. <ma...@us...> - 2001-05-15 15:21:17
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci_internal.h 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added the hci_set_buffer_sizes() function The diff of the modified file(s): --- hci_internal.h 2001/05/15 15:10:11 1.14 +++ hci_internal.h 2001/05/15 15:21:16 1.15 @@ -363,5 +363,6 @@ */ void process_vendor_return_param(u32 ocf, u8* r_val); void process_vendor_event(u8 *buf, u32 len, u32 event_code); +s32 hci_set_buffer_sizes(u16 len, u16 num); #endif /****************** END OF FILE hci_internal.h ***************************= ***/ |