From 88986355f95c56f0d5e6a95b648b7ae265186ed1 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 24 May 2021 16:00:08 -0700 Subject: mgmt: Add missing opcodes to mgmt_op This adds the missing opcodes to mgmt_op so they are properly decoded. --- lib/mgmt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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[] = { -- cgit v1.2.1