Diff between f8eecdc8f7a82de43aec65d87d6a4de1f337eac0 and 5509d611747b693997548ecb106d87fc965c57d9
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 b1f38be..bb186af 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -597,6 +597,8 @@ struct mgmt_ev_new_conn_param {
#define MGMT_EV_UNCONF_INDEX_ADDED 0x001d
+#define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e
+
static const char *mgmt_op[] = {
"<0x0000>",
"Read Version",
@@ -685,6 +687,7 @@ static const char *mgmt_ev[] = {
"Device Removed",
"New Connection Parameter",
"Unconfigured Index Added",
+ "Unconfigured Index Removed",
};
static const char *mgmt_status[] = {