diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index be99504..5ef4599 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
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",
"Synchronous Connect Changed",
"Sniff Subrate",
"Extended Inquiry Result",
+ "Encryption Key Refresh Complete",
"Unknown",
"Unknown",
"Unknown",
"Unknown",
"Unknown",
"Link Supervision Timeout Change",
+ "Enhanced Flush Complete",
+ "Unknown",
+ "Unknown",
+ "Unknown",
+ "Remote Host Supported Features Notification",
};
#define CMD_LINKCTL_NUM 42