diff mbox series

[Bluez,v2] monitor:Adding missing settings descriptions in btmon.

Message ID 20200327150353.32468-1-alainm@chromium.org (mailing list archive)
State Superseded
Headers show
Series [Bluez,v2] monitor:Adding missing settings descriptions in btmon. | expand

Commit Message

Alain Michaud March 27, 2020, 3:03 p.m. UTC
This change adds the missing settings descriptions from btmon.
---

 monitor/control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luiz Augusto von Dentz March 27, 2020, 8:56 p.m. UTC | #1
Hi Alain,

On Fri, Mar 27, 2020 at 8:08 AM Alain Michaud <alainm@chromium.org> wrote:
>
> This change adds the missing settings descriptions from btmon.
> ---
>
>  monitor/control.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/monitor/control.c b/monitor/control.c
> index 1e9054db3..6dfefd05f 100644
> --- a/monitor/control.c
> +++ b/monitor/control.c
> @@ -200,7 +200,7 @@ static const char *settings_str[] = {
>         "powered", "connectable", "fast-connectable", "discoverable",
>         "bondable", "link-security", "ssp", "br/edr", "hs", "le",
>         "advertising", "secure-conn", "debug-keys", "privacy",
> -       "configuration", "static-addr",
> +       "configuration", "static-addr", "phy", "wbs"
>  };
>
>  static void mgmt_new_settings(uint16_t len, const void *buf)
> --
> 2.25.1.696.g5e7596f4ac-goog
>

Applied, thanks.
diff mbox series

Patch

diff --git a/monitor/control.c b/monitor/control.c
index 1e9054db3..6dfefd05f 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -200,7 +200,7 @@  static const char *settings_str[] = {
 	"powered", "connectable", "fast-connectable", "discoverable",
 	"bondable", "link-security", "ssp", "br/edr", "hs", "le",
 	"advertising", "secure-conn", "debug-keys", "privacy",
-	"configuration", "static-addr",
+	"configuration", "static-addr", "phy", "wbs"
 };
 
 static void mgmt_new_settings(uint16_t len, const void *buf)