|
From: Anders J. <and...@us...> - 2003-11-05 17:12:06
|
The following files were modified in linux/include/linux/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bnep.h 1.8 1.9=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
bnep_internal.h 1.3 1.4=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
The accompanying log:
Added bnep role parameters.
The diff of the modified file(s):
--- bnep.h 2003/11/05 15:22:54 1.8
+++ bnep.h 2003/11/05 17:05:59 1.9
@@ -331,7 +331,8 @@ 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, bt_pincode *pincode);
+u32 bnep_connect_req(u8* bd_addr, bt_pincode *pincode, u16 src_role,=20
+ u16 dst_role);
u32 bnep_disconnect_req(u8* bd_addr);
u32 bnep_test(u8 *p);
void bnep_set_mac_address_all(u8 *addr);
--- bnep_internal.h 2002/04/08 10:04:44 1.3
+++ bnep_internal.h 2003/11/05 17:05:59 1.4
@@ -81,6 +81,8 @@ typedef struct net_local=20
struct macaddr mc_list[BNEP_MAX_MULTI];
u8 proc_msg_buf[256];
u8 bd_addr[6];
+ u16 role;
+ u16 remote_role;
} __attribute__ ((packed)) net_local;
=20
extern struct net_device dev_bnep[7];=20=20
|