|
From: Anders J. <and...@us...> - 2003-11-12 10:16:06
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- hci.h 1.83 1.84=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added block-option to write_stored_link_key. The diff of the modified file(s): --- hci.h 2003/11/06 19:13:26 1.83 +++ hci.h 2003/11/12 10:15:44 1.84 @@ -164,7 +164,7 @@ void hci_flush_all(void); s32 hci_flush(u32 hdl); s32 hci_create_new_unit_link_key(void); s32 hci_read_stored_link_key(u8 *bd, u8 flag); -s32 hci_write_stored_link_key(u8 *bd, u8* link_key); +s32 hci_write_stored_link_key(u8 *bd, u8* link_key, s32 block); s32 hci_delete_stored_link_key(u8 *bd, u8 flag); s32 hci_change_local_name(u8 *new_name); s32 hci_read_scan_enable(void); |