diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-09-16 10:54:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-09-16 10:54:46 +0000 |
commit | 302330d72bbdc03f33090747ae4b13110ec3a9c4 (patch) | |
tree | 0f250aee50f86c1077048b11f465d42822ec368a /include | |
parent | 819661edc6f2144e85690c5a957f338ee668d89d (diff) |
Add L2CAP mode constants
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; |