mgmt: Add missing opcodes to mgmt_op
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 May 2021 23:00:08 +0000 (16:00 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
This adds the missing opcodes to mgmt_op so they are properly decoded.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
lib/mgmt.h

index 01f720d..302282a 100644 (file)
@@ -1107,6 +1107,9 @@ static const char *mgmt_op[] = {
        "Read Advertisement Monitor Features",
        "Add Advertisement Patterns Monitor",
        "Remove Advertisement Monitor",
+       "Add Extended Advertisement Parameters",        /* 0x0054 */
+       "Add Extended Advertisement Data",
+       "Add Advertisement Patterns Monitor RSSI",
 };
 
 static const char *mgmt_ev[] = {