summaryrefslogtreecommitdiff
path: root/lib/l2cap.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2011-10-18 11:23:10 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-10-21 11:08:08 +0300
commitb051c6708ff20b61f4e05807a95e871ef4f8264d (patch)
tree662376f3205da16d5bf7b7adc447d5d572c3e7d1 /lib/l2cap.h
parentf19d4349522f8de1e289363edf8c64e4e76cafa3 (diff)
downloadbluez-b051c6708ff20b61f4e05807a95e871ef4f8264d.tar.gz
Add definitions for L2CAP fixed channels
Diffstat (limited to 'lib/l2cap.h')
-rw-r--r--lib/l2cap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/l2cap.h b/lib/l2cap.h
index a40cb6c70..68593d3aa 100644
--- a/lib/l2cap.h
+++ b/lib/l2cap.h
@@ -95,6 +95,11 @@ struct l2cap_conninfo {
#define L2CAP_FEAT_EXT_WINDOW 0x00000100
#define L2CAP_FEAT_UCD 0x00000200
+/* L2CAP fixed channels */
+#define L2CAP_FC_L2CAP 0x02
+#define L2CAP_FC_CONNLESS 0x04
+#define L2CAP_FC_A2MP 0x08
+
/* L2CAP structures */
typedef struct {
uint16_t len;