From e317caffda83b52603c1b413d6608fd1f206fe10 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Wed, 15 Aug 2001 01:34:44 +0000 Subject: [PATCH] hcidump: Correct map for link ctl commands. --- tools/parser/hci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index 48dd2bfbe..f151c1364 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -84,6 +84,7 @@ char *cmd_linkctl_map[] = { "Create Connection", "Disconnect", "Add SCO Connection", + "Unknown", "Accept Connection Request", "Reject Connection Request", "Link Key Request Reply", @@ -100,7 +101,7 @@ char *cmd_linkctl_map[] = { "Read Remote Version Information", "Read Clock offset" }; -#define CMD_LINKCTL_NUM 22 +#define CMD_LINKCTL_NUM 23 char *cmd_linkpol_map[] = { "Unknown", -- 2.47.3