diff --git a/lib/mgmt.h b/lib/mgmt.h
index 7325e61..5e45544 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
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",
"New Configuration Options",
"Extended Index Added",
"Extended Index Removed",
+ "Local Out Of Band Extended Data Updated",
};
static const char *mgmt_status[] = {