Diff between d437fba7343a45d69f73c7ec1e05f9ab81909f3a and 8ce5d05363c29f337f021391e834007d234acf7b

Changed Files

File Additions Deletions Status
lib/mgmt.h +8 -0 modified

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 7325e61..5e45544 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[] = {