diff options
author | Howard Chung <howardchung@google.com> | 2020-03-31 11:16:43 +0800 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2020-04-01 10:56:36 -0700 |
commit | 14c8ccf215cec6e05c4105f74db95fbb189d27b7 (patch) | |
tree | 86d32bb908e84bf47cbfcb49aeecacd2a09ee925 /monitor | |
parent | b58ec70bf6af4c2f2090f4e09b5483c36ff59571 (diff) | |
download | bluez-14c8ccf215cec6e05c4105f74db95fbb189d27b7.tar.gz |
monitor: Fix missing setting string
Add wideband speech to setting string
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/packet.c b/monitor/packet.c index 45dbe4997..0abe7026b 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -11684,6 +11684,7 @@ static const struct bitfield_data mgmt_settings_table[] = { { 14, "Controller Configuration"}, { 15, "Static Address" }, { 16, "PHY Configuration" }, + { 17, "Wideband Speech" }, { } }; |