Message ID | 20200327135451.18972-1-alainm@chromium.org (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [Bluez,v1] monitor:Adding missing settings descriptions in btmon. | expand |
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
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)