summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-03-27 15:03:53 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-03-27 13:53:09 -0700
commitaa2a581488cc5335ae86da76e8c64cd240ff0448 (patch)
treeebf565221215cc179dcb81562ba64b1c1b0c08fc /monitor/control.c
parent2fd62cdbc194ce7c5ddf07ec54126de57c28f1f9 (diff)
downloadbluez-aa2a581488cc5335ae86da76e8c64cd240ff0448.tar.gz
monitor: Adding missing settings descriptions in btmon
This change adds the missing settings descriptions from btmon.
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c2
1 files changed, 1 insertions, 1 deletions
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)