From 18c1bc1e0ec88a7715ce7027d58c6053dfbcd2b9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 6 Mar 2015 19:50:23 +0100 Subject: [PATCH] monitor: Add strings for configuration and static address settings --- monitor/control.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3