diff mbox series

[Bluez,v1] lib/mgmt: Fix missing mgmt op string

Message ID 20200330150145.Bluez.v1.1.I0238396807efb194dc5b61945b2c738d8dd8b64a@changeid (mailing list archive)
State New, archived
Headers show
Series [Bluez,v1] lib/mgmt: Fix missing mgmt op string | expand

Commit Message

Yun-hao Chung March 30, 2020, 7:02 a.m. UTC
MGMT_OP_SET_WIDEBAND_SPEECH (0x0047) is missing in mgmt op.
---

 lib/mgmt.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 7682537fe..7520c7ae9 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -897,6 +897,7 @@  static const char *mgmt_op[] = {
 	"Get PHY Configuration",
 	"Set PHY Configuration",
 	"Set Blocked Keys",
+	"Set Wideband Speech",
 };
 
 static const char *mgmt_ev[] = {