From 9f79f001166a3c261e2af7c77c4b7d9e738c8a0b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 1 Feb 2014 23:53:42 -0800 Subject: [PATCH] tools: Decode debug keys feature within btmgmt info command --- tools/btmgmt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index f808196d7..c1ee77ebf 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -95,6 +95,7 @@ static const char *settings_str[] = { "le", "advertising", "secure-conn", + "debug-keys", }; static void print_settings(uint32_t settings) -- 2.47.3