summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2022-09-22 13:38:50 -0700
committerBrian Gix <brian.gix@intel.com>2022-09-22 14:09:09 -0700
commit721d5a8ae86d1ef1eea35109890b7622324cfc98 (patch)
treed28ed4356acfe5d4718cad2cbffdd30ad8f82e66 /lib
parent0454e2d0957019768ee2ffc74cc477a15715aced (diff)
downloadbluez-721d5a8ae86d1ef1eea35109890b7622324cfc98.tar.gz
lib: Add defines of new MGMT opcodes and events
Populated new opcodes and events into static mgmt_ev and mgmt_op string arrays.
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h6
1 files changed, 6 insertions, 0 deletions
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[] = {