Diff between 396d15b33796f88ce327158e0e2e79e8c3fa4c47 and da3149f3185e7cc241a624155fc75e32c6901f86

Changed Files

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

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index b85cc14..f41eec2 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -417,7 +417,7 @@ static char *cmd_le_str[CMD_LE_NUM + 1] = {
 	"LE Test End",
 };
 
-#define ERROR_CODE_NUM 56
+#define ERROR_CODE_NUM 63
 static char *error_code_str[ERROR_CODE_NUM + 1] = {
 	"Success",
 	"Unknown HCI Command",
@@ -476,6 +476,13 @@ static char *error_code_str[ERROR_CODE_NUM + 1] = {
 	"Extended Inquiry Response Too Large",
 	"Simple Pairing Not Supported by Host",
 	"Host Busy - Pairing",
+	"Connection Rejected due to No Suitable Channel Found",
+	"Controller Busy",
+	"Unacceptable Connection Interval",
+	"Directed Advertising Timeout",
+	"Connection Terminated Due to MIC Failure",
+	"Connection Failed to be Established",
+	"MAC Connection Failed",
 };
 
 static char *status2str(uint8_t status)