Diff between e1c4b57e0d505e9c8d41dfc34f7177b60fccf618 and f89f6b68b8fddec39d049a2dbc32188cc6ea8cfc

Changed Files

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

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 8811818..28ff756 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -216,6 +216,9 @@ struct mgmt_cp_remove_remote_oob_data {
 } __packed;
 
 #define MGMT_OP_START_DISCOVERY		0x001B
+struct mgmt_cp_start_discovery {
+	uint8_t type;
+} __packed;
 
 #define MGMT_OP_STOP_DISCOVERY		0x001C