From 3df773a3ade91668ef4134721ea1d72638cadb67 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 22 Feb 2014 17:08:46 +0200 Subject: [PATCH] monitor: Add privacy setting to string lookup list --- monitor/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index e24fa5a40..39470df5f 100644 --- a/monitor/control.c +++ b/monitor/control.c @@ -108,7 +108,7 @@ static void mgmt_controller_error(uint16_t len, const void *buf) static const char *settings_str[] = { "powered", "connectable", "fast-connectable", "discoverable", "pairable", "link-security", "ssp", "br/edr", "hs", "le", - "advertising", "secure-conn", "debug-keys" + "advertising", "secure-conn", "debug-keys", "privacy", }; static void mgmt_new_settings(uint16_t len, const void *buf) -- 2.47.3