Diff between 0b4da9426f177bf46aa77b12e05da147a8b6f108 and e240ddf32c106d79e04955dda9645a6bd5a8248f

Changed Files

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

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 00abd72..b8c8718 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -494,6 +494,13 @@ struct mgmt_ev_passkey_notify {
 	uint8_t entered;
 } __packed;
 
+#define MGMT_EV_NEW_IRK			0x0018
+struct mgmt_ev_new_irk {
+	uint8_t  store_hint;
+	bdaddr_t rpa;
+	struct mgmt_irk_info irk;
+} __packed;
+
 static const char *mgmt_op[] = {
 	"<0x0000>",
 	"Read Version",