From 214242dca9e51ebb8c7b91152106db5d96cc90ca Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Thu, 26 Mar 2020 16:14:27 +0800 Subject: [PATCH] tools/btmgmt: Fix missing setting string in btmgmt Both PHY configuration and wide band speech are not set in btmgmt.c. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- tools/btmgmt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index 2812a72..59b692b 100755 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -352,6 +352,8 @@ static const char *settings_str[] = { "privacy", "configuration", "static-addr", + "phy-configuration", + "wide-band-speech", }; static const char *settings2str(uint32_t settings) -- 2.7.4