|
From: Fredrik S. <fre...@us...> - 2002-03-08 09:37:20
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bnep.h 1.4 1.5=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added some global function prototypes. The diff of the modified file(s): --- bnep.h 1 Mar 2002 12:47:00 -0000 1.4 +++ bnep.h 8 Mar 2002 09:37:19 -0000 1.5 @@ -258,9 +258,13 @@ int bnep_init_module(void); void bnep_exit_module(void); void bnep_init(void); +void bnep_shutdown(void); u32 bnep_connect_req(u8* bd_addr); void bnep_disconnect_req(u8 line); u32 bnep_test(u8 *p); +void bnep_set_mac_address_all(u8 *addr); +s32 bnep_set_multicast_filter(u8 *filter); +u32 bnep_set_protocol_filter(u16 *filter); =20 s32 bnep_status_create_proc_file(void); s32 bnep_status_remove_proc_file(void); |