From 355d0dac25f47f7f8422f6f86d29bd89b8f7e2c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Jul 2014 19:07:43 +0200 Subject: [PATCH] lib: Add definition for New Configuration Options mgmt event --- lib/mgmt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index b7fc3544f..c229feb6e 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -626,6 +626,8 @@ struct mgmt_ev_new_conn_param { #define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e +#define MGMT_EV_NEW_CONFIG_OPTIONS 0x001f + static const char *mgmt_op[] = { "<0x0000>", "Read Version", @@ -719,6 +721,7 @@ static const char *mgmt_ev[] = { "New Connection Parameter", "Unconfigured Index Added", "Unconfigured Index Removed", + "New Configuration Options", }; static const char *mgmt_status[] = { -- 2.47.3