From b051c6708ff20b61f4e05807a95e871ef4f8264d Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 18 Oct 2011 11:23:10 +0300 Subject: [PATCH] Add definitions for L2CAP fixed channels --- lib/l2cap.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.3