Message ID | 20200326161415.Bluez.v1.1.Ieaecd20492214a9bdb962417481330ff73240527@changeid |
---|---|
State | New |
Headers | show |
Series | [Bluez,v1] tools/btmgmt: Fix missing setting string in btmgmt | expand |
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)