From a825bd1d0c8fb15d6ecf2c667c682eab73ba36a4 Mon Sep 17 00:00:00 2001 From: Archie Pusaka Date: Fri, 24 Sep 2021 17:29:21 +0800 Subject: [PATCH] tools/hcitool: Fix the descriptions of leal* commands The descriptions of leal* commands are copied from lewl* commands. However they should use "accept list" instead. Signed-off-by: Ayush Garg --- tools/hcitool.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/hcitool.c b/tools/hcitool.c index 771662b..464b66e 100755 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -3462,10 +3462,10 @@ static struct { { "clock", cmd_clock, "Read local or remote clock" }, { "lescan", cmd_lescan, "Start LE scan" }, { "leinfo", cmd_leinfo, "Get LE remote information" }, - { "lealadd", cmd_lealadd, "Add device to LE White List" }, - { "lealrm", cmd_lealrm, "Remove device from LE White List" }, - { "lealsz", cmd_lealsz, "Read size of LE White List" }, - { "lealclr", cmd_lealclr, "Clear LE White List" }, + { "lealadd", cmd_lealadd, "Add device to LE Accept List" }, + { "lealrm", cmd_lealrm, "Remove device from LE Accept List" }, + { "lealsz", cmd_lealsz, "Read size of LE Accept List" }, + { "lealclr", cmd_lealclr, "Clear LE Accept List" }, { "lewladd", cmd_lealadd, "Deprecated. Use lealadd instead." }, { "lewlrm", cmd_lealrm, "Deprecated. Use lealrm instead." }, { "lewlsz", cmd_lealsz, "Deprecated. Use lealsz instead." }, -- 2.7.4