From b9312f02e851df4332abaa3340845c0f465c0e8f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 24 Sep 2013 15:41:41 +0300 Subject: [PATCH] monitor: Add support for LE Advertising mgmt setting --- monitor/control.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index b415edf1c..4edefdeea 100644 --- a/monitor/control.c +++ b/monitor/control.c @@ -104,7 +104,8 @@ 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" + "pairable", "link-security", "ssp", "br/edr", "hs", "le", + "advertising", }; static void mgmt_new_settings(uint16_t len, const void *buf) -- 2.47.3