All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez PATCH v2] monitor:Adding missing settings descriptions in btmon.
@ 2020-03-27 15:03 Alain Michaud
  2020-03-27 20:56 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Alain Michaud @ 2020-03-27 15:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alain Michaud

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


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

* Re: [Bluez PATCH v2] monitor:Adding missing settings descriptions in btmon.
  2020-03-27 15:03 [Bluez PATCH v2] monitor:Adding missing settings descriptions in btmon Alain Michaud
@ 2020-03-27 20:56 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2020-03-27 20:56 UTC (permalink / raw)
  To: Alain Michaud; +Cc: linux-bluetooth

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.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2020-03-27 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 15:03 [Bluez PATCH v2] monitor:Adding missing settings descriptions in btmon Alain Michaud
2020-03-27 20:56 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.