2020-03-31 03:17:47

by Yun-hao Chung

[permalink] [raw]
Subject: [Bluez PATCH v2] monitor: Fix missing setting string

Add wideband speech to setting string
---

Changes in v2:
- resolve conflicts with Alain's change (aa2a5814)

monitor/packet.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/monitor/packet.c b/monitor/packet.c
index 994ae6341..3d32563e6 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -11668,6 +11668,7 @@ static const struct bitfield_data mgmt_settings_table[] = {
{ 14, "Controller Configuration"},
{ 15, "Static Address" },
{ 16, "PHY Configuration" },
+ { 17, "Wideband Speech" },
{ }
};

--
2.26.0.rc2.310.g2932bb562d-goog