linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez PATCH] tools/hcitool: Fix the descriptions of leal* commands
@ 2021-09-24  9:29 Archie Pusaka
  2021-10-21 20:31 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Archie Pusaka @ 2021-09-24  9:29 UTC (permalink / raw)
  To: linux-bluetooth, Luiz Augusto von Dentz, Marcel Holtmann
  Cc: CrosBT Upstreaming, Archie Pusaka

From: Archie Pusaka <apusaka@chromium.org>

The descriptions of leal* commands are copied from lewl* commands.
However they should use "accept list" instead.
---

 tools/hcitool.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/hcitool.c b/tools/hcitool.c
index b6f4a4e665..639ee6a511 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."      },
-- 
2.33.0.685.g46640cef36-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-21 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  9:29 [Bluez PATCH] tools/hcitool: Fix the descriptions of leal* commands Archie Pusaka
2021-10-21 20:31 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).