Diff between 90d48e47d284d7fc29bb2db8b1a1c7dae50d8991 and a1451db1fef3f641c5600b23744ef04a7c87b904

Changed Files

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

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 0127db4..5d4785f 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -571,6 +571,16 @@ struct mgmt_ev_device_removed {
 	struct mgmt_addr_info addr;
 } __packed;
 
+#define MGMT_EV_NEW_CONN_PARAM		0x001c
+struct mgmt_ev_new_conn_param {
+	struct mgmt_addr_info addr;
+	uint8_t store_hint;
+	uint16_t min_interval;
+	uint16_t max_interval;
+	uint16_t latency;
+	uint16_t timeout;
+} __packed;
+
 static const char *mgmt_op[] = {
 	"<0x0000>",
 	"Read Version",