From 01cf316648a8ee84860afa1559901b162a383aa8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Feb 2014 21:29:37 -0800 Subject: [PATCH] lib: Add strings for new mgmt commands and events --- lib/mgmt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index a2260a953..06d54b3a5 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -550,6 +550,8 @@ static const char *mgmt_op[] = { "Set Scan Parameters", "Set Secure Connections", "Set Debug Keys", + "Set Privacy", + "Load Identity Resolving Keys", }; static const char *mgmt_ev[] = { @@ -577,6 +579,7 @@ static const char *mgmt_ev[] = { "Device Unblocked", "Device Unpaired", "Passkey Notify", + "New Identity Resolving Key", }; static const char *mgmt_status[] = { -- 2.47.3