From 1a62ff9afd2baea7ae0664bce11d5bc7678ee0dc Mon Sep 17 00:00:00 2001 From: Ville Tervo Date: Wed, 29 Sep 2010 16:56:21 +0300 Subject: [PATCH] hcidump: Fix missing comma in cmd_le_str --- tools/parser/hci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index ca72d8896..20d1ef109 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -381,7 +381,7 @@ static char *cmd_testing_str[CMD_TESTING_NUM + 1] = { "Unknown", }; -#define CMD_LE_NUM 30 +#define CMD_LE_NUM 31 static char *cmd_le_str[CMD_LE_NUM + 1] = { "Unknown", "LE Set Event Mask", @@ -403,7 +403,7 @@ static char *cmd_le_str[CMD_LE_NUM + 1] = { "LE Add Device To White List", "LE Remove Device From White List", "LE Connection Update", - "LE Set Host Channel Classification" + "LE Set Host Channel Classification", "LE Read Channel Map", "LE Read Remote Used Features", "LE Encrypt", -- 2.47.3