summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-06 19:50:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-03-06 19:50:23 +0100
commit18c1bc1e0ec88a7715ce7027d58c6053dfbcd2b9 (patch)
treea9d9a72782d8697c232709221648d4d7e0959f17 /monitor/control.c
parente012b60052b2a1764dd317ede47baba1a1f7f61d (diff)
downloadbluez-18c1bc1e0ec88a7715ce7027d58c6053dfbcd2b9.tar.gz
monitor: Add strings for configuration and static address settings
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/control.c b/monitor/control.c
index f40debbc8..44cc1daf9 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -155,6 +155,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",
};
static void mgmt_new_settings(uint16_t len, const void *buf)