Diff between 8fd1e03cd6591731182febd98418e1bedff465a0 and 2517c3cb65e460efccd66175eae80c45beb153b6

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 99a1a7f..b1f38be 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -595,6 +595,8 @@ struct mgmt_ev_new_conn_param {
 	uint16_t timeout;
 } __packed;
 
+#define MGMT_EV_UNCONF_INDEX_ADDED	0x001d
+
 static const char *mgmt_op[] = {
 	"<0x0000>",
 	"Read Version",
@@ -682,6 +684,7 @@ static const char *mgmt_ev[] = {
 	"Device Added",
 	"Device Removed",
 	"New Connection Parameter",
+	"Unconfigured Index Added",
 };
 
 static const char *mgmt_status[] = {