From 5658a945b4f4152e7a3a955b02eeaa2275fafc66 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Jun 2007 11:49:40 +0000 Subject: [PATCH] hcidump: Add missing HCI event definitions --- tools/parser/hci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index be9950481..5ef4599b8 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -50,7 +50,7 @@ static inline uint16_t get_manufacturer(void) return (manufacturer == DEFAULT_COMPID ? parser.defcompid : manufacturer); } -#define EVENT_NUM 55 +#define EVENT_NUM 61 static char *event_str[EVENT_NUM + 1] = { "Unknown", "Inquiry Complete", @@ -100,6 +100,7 @@ static char *event_str[EVENT_NUM + 1] = { "Synchronous Connect Changed", "Sniff Subrate", "Extended Inquiry Result", + "Encryption Key Refresh Complete", "Unknown", "Unknown", "Unknown", @@ -108,6 +109,11 @@ static char *event_str[EVENT_NUM + 1] = { "Unknown", "Unknown", "Link Supervision Timeout Change", + "Enhanced Flush Complete", + "Unknown", + "Unknown", + "Unknown", + "Remote Host Supported Features Notification", }; #define CMD_LINKCTL_NUM 42 -- 2.47.3