From 14ca2df11b804718748af68576edd397528f6bdf Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 22 Aug 2011 11:51:43 +0300 Subject: [PATCH] Add definition for L2CAP Ext Window Size This is needed e.g. by hcidump. --- lib/l2cap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/l2cap.h b/lib/l2cap.h index 55fe88b15..a40cb6c70 100644 --- a/lib/l2cap.h +++ b/lib/l2cap.h @@ -175,6 +175,7 @@ typedef struct { #define L2CAP_CONF_RFC 0x04 #define L2CAP_CONF_FCS 0x05 #define L2CAP_CONF_EFS 0x06 +#define L2CAP_CONF_EWS 0x07 #define L2CAP_CONF_MAX_SIZE 22 -- 2.47.3