Diff between a6d4f90a6027a65ea44355ab0d9f7af189e4bc7e and 18a7af6211bb64a108474960626998088d957ed8

Changed Files

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

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 66d071c..8020221 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -458,6 +458,15 @@ struct mgmt_cp_start_service_discovery {
 } __packed;
 #define MGMT_START_SERVICE_DISCOVERY_SIZE	4
 
+#define MGMT_OP_READ_EXT_INDEX_LIST	0x003C
+struct mgmt_rp_read_ext_index_list {
+	uint16_t num_controllers;
+	struct {
+		uint16_t index;
+		uint8_t type;
+	} entry[0];
+} __packed;
+
 #define MGMT_EV_CMD_COMPLETE		0x0001
 struct mgmt_ev_cmd_complete {
 	uint16_t opcode;