summaryrefslogtreecommitdiff
path: root/tools/hcitool.c
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-24 17:29:21 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-21 13:30:12 -0700
commit7cb83c3c0ba19a9daba99a3b3f0b895a64c69572 (patch)
tree416c98492b5122b9ffa6ee4ede13dd5890138ab9 /tools/hcitool.c
parentc49cf698370641536cf7c5288e66b0370676606a (diff)
downloadbluez-7cb83c3c0ba19a9daba99a3b3f0b895a64c69572.tar.gz
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.
Diffstat (limited to 'tools/hcitool.c')
-rw-r--r--tools/hcitool.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c
index b6f4a4e66..639ee6a51 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -3400,10 +3400,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." },