diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-09-16 09:26:30 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-10-06 13:40:03 -0400 |
commit | a858393b0ce5c330bda466e5ae3a658ca98588ae (patch) | |
tree | e88dceb932496f7702c59b01fb54bacc626dcf3d /include/net/bluetooth/l2cap.h | |
parent | c510eae377c773241ff0b6369a8f3581da941a51 (diff) |
Bluetooth: EFS: l2cap extended feature mask update
Update L2CAP extended feature mask to reflect recent BT spec.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 6 |
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 |