From 55ce9e7c77ed6624fc72b030e1486112e0ad6a0b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Mar 2003 00:49:53 +0200 Subject: [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. --- include/net/bluetooth/rfcomm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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; -- cgit v1.2.3