diff mbox series

[Bluez] Adding missing op_code string conversion.

Message ID 20200117042421.68430-1-alainm@chromium.org
State New
Headers show
Series [Bluez] Adding missing op_code string conversion. | expand

Commit Message

Alain Michaud Jan. 17, 2020, 4:24 a.m. UTC
Adding the missing string conversion for MGMG_OP_SET_BLOCKED_KEYS.
---

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

Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 276445d0a..101cf5f95 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -893,6 +893,7 @@  static const char *mgmt_op[] = {
 	"Set Appearance",
 	"Get PHY Configuration",
 	"Set PHY Configuration",
+	"Set Blocked Keys",
 };
 
 static const char *mgmt_ev[] = {