From aa2a581488cc5335ae86da76e8c64cd240ff0448 Mon Sep 17 00:00:00 2001 From: Alain Michaud Date: Fri, 27 Mar 2020 15:03:53 +0000 Subject: [PATCH] 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..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.47.3