2020-03-27 13:55:19

by Alain Michaud

[permalink] [raw]
Subject: [Bluez PATCH v1] monitor:Adding missing settings descriptions in btmon.

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..4907c1c0a 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-configuration", "wbs"
};

static void mgmt_new_settings(uint16_t len, const void *buf)
--
2.25.1.696.g5e7596f4ac-goog


2020-03-27 13:56:51

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez PATCH v1] monitor:Adding missing settings descriptions in btmon.

Hi Alain,

> 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..4907c1c0a 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-configuration", "wbs"
> };

can you shortcut phy-configuration to just phy please.

Regards

Marcel