Diff between 01146fff6e66742b5e256cf7cbae3e0d7f30c530 and b18f628f613eda2a6fb013541fb8bb6eaee38cd2

Changed Files

File Additions Deletions Status
tools/parser/l2cap.c +1 -1 modified

Full Patch

diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index a057964..5daefcb 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -56,7 +56,7 @@ typedef struct {
 	uint8_t mode;
 	uint8_t ext_ctrl;
 } cid_info;
-#define CID_TABLE_SIZE 20
+#define CID_TABLE_SIZE 32
 
 static cid_info cid_table[2][CID_TABLE_SIZE];