]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Bluetooth: EFS: l2cap extended feature mask update
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 16 Sep 2011 13:26:30 +0000 (16:26 +0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 6 Oct 2011 17:40:03 +0000 (14:40 -0300)
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>
include/net/bluetooth/l2cap.h

index ab90ae0970a69b2f3646c712aac0b56e2332509e..293376750dc4e9e02c128a0bdc78c67cfbf637f1 100644 (file)
@@ -91,13 +91,17 @@ struct l2cap_conninfo {
 #define L2CAP_CONN_PARAM_UPDATE_REQ    0x12
 #define L2CAP_CONN_PARAM_UPDATE_RSP    0x13
 
-/* L2CAP feature mask */
+/* L2CAP extended feature mask */
 #define L2CAP_FEAT_FLOWCTL     0x00000001
 #define L2CAP_FEAT_RETRANS     0x00000002
+#define L2CAP_FEAT_BIDIR_QOS   0x00000004
 #define L2CAP_FEAT_ERTM                0x00000008
 #define L2CAP_FEAT_STREAMING   0x00000010
 #define L2CAP_FEAT_FCS         0x00000020
+#define L2CAP_FEAT_EXT_FLOW    0x00000040
 #define L2CAP_FEAT_FIXED_CHAN  0x00000080
+#define L2CAP_FEAT_EXT_WINDOW  0x00000100
+#define L2CAP_FEAT_UCD         0x00000200
 
 /* L2CAP checksum option */
 #define L2CAP_FCS_NONE         0x00