Diff between dab577a767ec1c4b3d456e7ca1c68bd73effa92b and 355d0dac25f47f7f8422f6f86d29bd89b8f7e2c5

Changed Files

File Additions Deletions Status
lib/mgmt.h +3 -0 modified

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index b7fc354..c229feb 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[] = {