From 8ce5d05363c29f337f021391e834007d234acf7b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 16 Mar 2015 16:02:16 -0700 Subject: [PATCH] lib: Add mgmt event for local out-of-band data update notification --- lib/mgmt.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 7325e6173..5e455444e 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -679,6 +679,13 @@ struct mgmt_ev_ext_index_removed { uint8_t bus; } __packed; +#define MGMT_EV_LOCAL_OOB_DATA_UPDATED 0x0022 +struct mgmt_ev_local_oob_data_updated { + uint8_t type; + uint16_t eir_len; + uint8_t eir[0]; +} __packed; + static const char *mgmt_op[] = { "<0x0000>", "Read Version", @@ -781,6 +788,7 @@ static const char *mgmt_ev[] = { "New Configuration Options", "Extended Index Added", "Extended Index Removed", + "Local Out Of Band Extended Data Updated", }; static const char *mgmt_status[] = { -- 2.47.3