From c6bb2f223c211feefe486dd5b9e8a090d5000184 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Jul 2014 00:50:58 +0200 Subject: [PATCH] lib: Add strings for connection parameters management opcodes --- lib/mgmt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 5d4785f2f..857ff9ad0 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -635,6 +635,7 @@ static const char *mgmt_op[] = { "Get Clock Information", "Add Device", "Remove Device", + "Load Connection Parameters", }; static const char *mgmt_ev[] = { @@ -666,6 +667,7 @@ static const char *mgmt_ev[] = { "New Signature Resolving Key", "Device Added", "Device Removed", + "New Connection Parameter", }; static const char *mgmt_status[] = { -- 2.47.3