Diff between 57ac98c7f59ce50f2f3b795fa9f6aaba9e70da6e and 3e5ef668356f85fcb84041e70429f4abb020ae44

Changed Files

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

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 1cd0dca..a0e13cc 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -328,7 +328,7 @@ static char *cmd_testing_str[CMD_TESTING_NUM + 1] = {
 	"Unknown",
 };
 
-#define ERROR_CODE_NUM 53
+#define ERROR_CODE_NUM 56
 static char *error_code_str[ERROR_CODE_NUM + 1] = {
 	"Success",
 	"Unknown HCI Command",
@@ -384,6 +384,9 @@ static char *error_code_str[ERROR_CODE_NUM + 1] = {
 	"Reserved",
 	"Reserved Slot Violation",
 	"Role Switch Failed",
+	"Extended Inquiry Response Too Large",
+	"Unknown",
+	"Unknown",
 };
 
 static char *status2str(uint8_t status)