aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-02-09 03:18:02 -0500
committerMarcel Holtmann <marcel@holtmann.org>2009-02-27 00:14:42 -0500
commite1027a7c69700301d14db03d2e049ee60c4f92df (patch)
treed2dc9bc993deec30c8e9a797592458286e89e31b /include/net/bluetooth
parent435fef20acfc48f46476abad55b0cd3aa47b8365 (diff)
Bluetooth: Request L2CAP fixed channel list if available
If the extended features mask indicates support for fixed channels, request the list of available fixed channels. This also enables the fixed channel features bit so remote implementations can request information about it. Currently only the signal channel will be listed. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 4781d285b2e9..abfec8847718 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -185,6 +185,7 @@ struct l2cap_info_rsp {
185/* info type */ 185/* info type */
186#define L2CAP_IT_CL_MTU 0x0001 186#define L2CAP_IT_CL_MTU 0x0001
187#define L2CAP_IT_FEAT_MASK 0x0002 187#define L2CAP_IT_FEAT_MASK 0x0002
188#define L2CAP_IT_FIXED_CHAN 0x0003
188 189
189/* info result */ 190/* info result */
190#define L2CAP_IR_SUCCESS 0x0000 191#define L2CAP_IR_SUCCESS 0x0000