Message ID | 20210924172910.Bluez.1.I9b71a5f022d2b7197de347c7afa6005bd1d21b5b@changeid (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [Bluez] tools/hcitool: Fix the descriptions of leal* commands | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
Hi Archie, On Fri, Sep 24, 2021 at 2:29 AM Archie Pusaka <apusaka@google.com> wrote: > > 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 Applied, thanks.
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." },
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(-)