Diff between 9a8ea92652ac2f6a5a21b6c3125acb6f40d847c5 and c4e7ee80c15b536d5b3349037e9458e691749568
Changed Files
| File | Additions | Deletions | Status |
| lib/mgmt.h | +11 | -0 | modified |
Full Patch
diff --git a/lib/mgmt.h b/lib/mgmt.h
index fe9ac2d..00abd72 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -347,6 +347,17 @@ struct mgmt_cp_set_scan_params {
#define MGMT_OP_SET_DEBUG_KEYS 0x002E
+struct mgmt_irk_info {
+ struct mgmt_addr_info addr;
+ uint8_t val[16];
+} __packed;
+
+#define MGMT_OP_LOAD_IRKS 0x0030
+struct mgmt_cp_load_irks {
+ uint16_t irk_count;
+ struct mgmt_irk_info irks[0];
+} __packed;
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;