tools/btmgmt: Fix missing setting string in btmgmt
authorHoward Chung <howardchung@google.com>
Thu, 26 Mar 2020 08:14:27 +0000 (16:14 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
Both PHY configuration and wide band speech are not set in
btmgmt.c.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/btmgmt.c

index 2812a72..59b692b 100755 (executable)
@@ -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)