summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-24 16:00:08 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-24 16:00:08 -0700
commit88986355f95c56f0d5e6a95b648b7ae265186ed1 (patch)
tree38cf86af4ab98df1f46055e034e150b4d2b9e770 /lib
parent6052a8e0582d4c0e2b53887f75a0ee7447b4fcea (diff)
downloadbluez-88986355f95c56f0d5e6a95b648b7ae265186ed1.tar.gz
mgmt: Add missing opcodes to mgmt_op
This adds the missing opcodes to mgmt_op so they are properly decoded.
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 81e54c48d..a85f891c5 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -1097,6 +1097,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[] = {