aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/rfcomm.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-15 21:58:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-27 06:14:26 +0100
commit9f2c8a03fbb3048cf38b158f87aa0c3c09bca084 (patch)
treeb8e81e5a8e3f0b8b8a15c06f1cf36e8aa02644e2 /include/net/bluetooth/rfcomm.h
parentBluetooth: Replace L2CAP link mode with security level (diff)
downloadlinux-dev-9f2c8a03fbb3048cf38b158f87aa0c3c09bca084.tar.xz
linux-dev-9f2c8a03fbb3048cf38b158f87aa0c3c09bca084.zip
Bluetooth: Replace RFCOMM link mode with security level
Change the RFCOMM internals to use the new security levels and remove the link mode details. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/rfcomm.h')
-rw-r--r--include/net/bluetooth/rfcomm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h
index 71b45f459687..bda68d833ddd 100644
--- a/include/net/bluetooth/rfcomm.h
+++ b/include/net/bluetooth/rfcomm.h
@@ -183,8 +183,8 @@ struct rfcomm_dlc {
u8 remote_v24_sig;
u8 mscex;
u8 out;
-
- u32 link_mode;
+ u8 sec_level;
+ u8 role_switch;
u32 defer_setup;
uint mtu;
@@ -307,7 +307,8 @@ struct rfcomm_pinfo {
struct bt_sock bt;
struct rfcomm_dlc *dlc;
u8 channel;
- u32 link_mode;
+ u8 sec_level;
+ u8 role_switch;
};
int rfcomm_init_sockets(void);