From 721d5a8ae86d1ef1eea35109890b7622324cfc98 Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Thu, 22 Sep 2022 13:38:50 -0700 Subject: lib: Add defines of new MGMT opcodes and events Populated new opcodes and events into static mgmt_ev and mgmt_op string arrays. --- lib/mgmt.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/mgmt.h b/lib/mgmt.h index 79b77d31a..796190cd9 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -1170,6 +1170,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[] = { @@ -1222,6 +1226,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[] = { -- cgit v1.2.1