From 2517c3cb65e460efccd66175eae80c45beb153b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Jul 2014 20:57:15 +0200 Subject: [PATCH] lib: Add definition for Unconfigured Index Added event --- lib/mgmt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 99a1a7f41..b1f38be20 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[] = { -- 2.47.3