From 4c97742e377e357f24758011cc688a4cd79d7e86 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 1 Feb 2014 23:54:32 -0800 Subject: [PATCH] monitor: Decode debug-keys mgmt setting information --- monitor/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index 9a35bc4c4..536aec988 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", "secure-conn" + "advertising", "secure-conn", "debug-keys" }; static void mgmt_new_settings(uint16_t len, const void *buf) -- 2.47.3