aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index ab90ae0970a6..293376750dc4 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -91,13 +91,17 @@ struct l2cap_conninfo {
91#define L2CAP_CONN_PARAM_UPDATE_REQ 0x12 91#define L2CAP_CONN_PARAM_UPDATE_REQ 0x12
92#define L2CAP_CONN_PARAM_UPDATE_RSP 0x13 92#define L2CAP_CONN_PARAM_UPDATE_RSP 0x13
93 93
94/* L2CAP feature mask */ 94/* L2CAP extended feature mask */
95#define L2CAP_FEAT_FLOWCTL 0x00000001 95#define L2CAP_FEAT_FLOWCTL 0x00000001
96#define L2CAP_FEAT_RETRANS 0x00000002 96#define L2CAP_FEAT_RETRANS 0x00000002
97#define L2CAP_FEAT_BIDIR_QOS 0x00000004
97#define L2CAP_FEAT_ERTM 0x00000008 98#define L2CAP_FEAT_ERTM 0x00000008
98#define L2CAP_FEAT_STREAMING 0x00000010 99#define L2CAP_FEAT_STREAMING 0x00000010
99#define L2CAP_FEAT_FCS 0x00000020 100#define L2CAP_FEAT_FCS 0x00000020
101#define L2CAP_FEAT_EXT_FLOW 0x00000040
100#define L2CAP_FEAT_FIXED_CHAN 0x00000080 102#define L2CAP_FEAT_FIXED_CHAN 0x00000080
103#define L2CAP_FEAT_EXT_WINDOW 0x00000100
104#define L2CAP_FEAT_UCD 0x00000200
101 105
102/* L2CAP checksum option */ 106/* L2CAP checksum option */
103#define L2CAP_FCS_NONE 0x00 107#define L2CAP_FCS_NONE 0x00