monitor: Adding missing settings descriptions in btmon
authorAlain Michaud <alainm@chromium.org>
Fri, 27 Mar 2020 15:03:53 +0000 (15:03 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
This change adds the missing settings descriptions from btmon.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/control.c

index 713fa84..cd7aaaf 100755 (executable)
@@ -199,7 +199,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)