From 73de6ea5fea0b0de37de6395ca5aad143adc32f7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Jun 2014 19:02:43 +0200 Subject: [PATCH] lib: Add strings for connection parameter and clock info opcodes --- lib/mgmt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 2d3adfeb9..ebd715223 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -593,6 +593,8 @@ static const char *mgmt_op[] = { "Set Privacy", "Load Identity Resolving Keys", "Get Connection Information", + "Load Connection Parameters", + "Get Clock Information", }; static const char *mgmt_ev[] = { @@ -622,6 +624,7 @@ static const char *mgmt_ev[] = { "Passkey Notify", "New Identity Resolving Key", "New Signature Resolving Key", + "New Connection Parameter", }; static const char *mgmt_status[] = { -- 2.47.3