MGMT_OP_SET_WIDEBAND_SPEECH (0x0047) is missing in mgmt op.
---
lib/mgmt.h | 1 +
1 file changed, 1 insertion(+)
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[] = {
--
2.26.0.rc2.310.g2932bb562d-goog