From 3e5ef668356f85fcb84041e70429f4abb020ae44 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Jun 2007 12:10:58 +0000 Subject: [PATCH] hcidump: Add missing HCI error definitions --- tools/parser/hci.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index 1cd0dca9b..a0e13cca7 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) -- 2.11.0