From 7f3adaeb6ffd090c4fbf84b1f9144a4c3545c490 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Jun 2014 14:02:45 +0200 Subject: [PATCH] lib: Remove not yet implemented management commands and events --- lib/mgmt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/mgmt.h b/lib/mgmt.h index 5ff851df3..6063f6fc3 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -594,9 +594,6 @@ static const char *mgmt_op[] = { "Load Identity Resolving Keys", "Get Connection Information", "Get Clock Information", - "Add Device", - "Remove Device", - "Load Connection Parameters", }; static const char *mgmt_ev[] = { @@ -626,7 +623,6 @@ 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