Diff between 362ff598728a9d5b3de2d832862458907b78435f and e317caffda83b52603c1b413d6608fd1f206fe10

Changed Files

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

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 48dd2bf..f151c13 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -84,6 +84,7 @@ char *cmd_linkctl_map[] = {
 	"Create Connection",
 	"Disconnect",
 	"Add SCO Connection",
+	"Unknown",
 	"Accept Connection Request",
 	"Reject Connection Request",
 	"Link Key Request Reply",
@@ -100,7 +101,7 @@ char *cmd_linkctl_map[] = {
 	"Read Remote Version Information",
 	"Read Clock offset"
 };
-#define CMD_LINKCTL_NUM	22
+#define CMD_LINKCTL_NUM	23
 
 char *cmd_linkpol_map[] = {
 	"Unknown",