lib: Add defines of new MGMT opcodes and events
authorBrian Gix <brian.gix@intel.com>
Thu, 22 Sep 2022 20:38:50 +0000 (13:38 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:55 +0000 (14:55 +0530)
Populated new opcodes and events into static mgmt_ev and mgmt_op string
arrays.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
lib/mgmt.h

index 535d46e..5d1a881 100644 (file)
@@ -1180,6 +1180,10 @@ static const char *mgmt_op[] = {
        "Add Extended Advertisement Parameters",        /* 0x0054 */
        "Add Extended Advertisement Data",
        "Add Advertisement Patterns Monitor RSSI",
+       "Set Mesh Receiver",
+       "Read Mesh Features",
+       "Mesh Send",
+       "Mesh Send Cancel",
 };
 
 static const char *mgmt_ev[] = {
@@ -1232,6 +1236,8 @@ static const char *mgmt_ev[] = {
        "Controller Resume",
        "Advertisement Monitor Device Found",           /* 0x002f */
        "Advertisement Monitor Device Lost",
+       "Mesh Packet Found",
+       "Mesh Packet Complete",
 };
 
 static const char *mgmt_status[] = {