From 9a07be8bd7a69724fe2d6c7510a513b18bc5e83f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Jan 2014 15:24:12 -0800 Subject: [PATCH] monitor: Show secure connections settings flag --- monitor/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index 3ca56c7d9..9a35bc4c4 100644 --- a/monitor/control.c +++ b/monitor/control.c @@ -107,7 +107,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", + "advertising", "secure-conn" }; static void mgmt_new_settings(uint16_t len, const void *buf) -- 2.47.3