summaryrefslogtreecommitdiff
path: root/tools/btmgmt.c
diff options
context:
space:
mode:
authorHoward Chung <howardchung@google.com>2020-03-26 16:14:27 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-03-26 14:07:29 -0700
commitc052983469890056766f29daa0ec55a9b9f93b0e (patch)
tree2cfb5b20070bb4cc0fa44d4f43b23a0c70b250ca /tools/btmgmt.c
parent823821dca098018e5fee9c8556c5d0896c65b972 (diff)
downloadbluez-c052983469890056766f29daa0ec55a9b9f93b0e.tar.gz
tools/btmgmt: Fix missing setting string in btmgmt
Both PHY configuration and wide band speech are not set in btmgmt.c.
Diffstat (limited to 'tools/btmgmt.c')
-rw-r--r--tools/btmgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index f631de4aa..b1820b41c 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -353,6 +353,8 @@ static const char *settings_str[] = {
"privacy",
"configuration",
"static-addr",
+ "phy-configuration",
+ "wide-band-speech",
};
static const char *settings2str(uint32_t settings)