summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-03-31 00:49:53 +0200
committerMarcel Holtmann <linux-bt.adm@hostme.bitkeeper.com>2003-03-31 00:49:53 +0200
commit55ce9e7c77ed6624fc72b030e1486112e0ad6a0b (patch)
tree07f5c214beae70246b6e0e50a1152e50d631a058 /include
parent167ee5b6d1c5c2191a751c94293bd131936fa200 (diff)
[Bluetooth] Respond correctly to RLS packets
This patch adds the recognition and correct responding to the RFCOMM RLS packets to fulfil the requirements of the Bluetooth specification.
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/rfcomm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h
index 73d85aae16f9..3393e95c7e0f 100644
--- a/include/net/bluetooth/rfcomm.h
+++ b/include/net/bluetooth/rfcomm.h
@@ -146,6 +146,11 @@ struct rfcomm_rpn {
u16 param_mask;
} __attribute__ ((packed));
+struct rfcomm_rls {
+ u8 dlci;
+ u8 status;
+} __attribute__ ((packed));
+
struct rfcomm_msc {
u8 dlci;
u8 v24_sig;