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
"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",
"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)