diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/l2cap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/l2cap.h b/include/l2cap.h index 49006803..478819ec 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -161,6 +161,10 @@ typedef struct { #define L2CAP_CONF_MAX_SIZE 22 +#define L2CAP_MODE_BASIC 0x00 +#define L2CAP_MODE_RETRANS 0x01 +#define L2CAP_MODE_FLOWCTL 0x02 + typedef struct { uint16_t dcid; uint16_t scid; |