summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/mgmt_tizen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/mgmt_tizen.h')
-rw-r--r--include/net/bluetooth/mgmt_tizen.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt_tizen.h b/include/net/bluetooth/mgmt_tizen.h
index cfb9d5064789..a2ec784da31a 100644
--- a/include/net/bluetooth/mgmt_tizen.h
+++ b/include/net/bluetooth/mgmt_tizen.h
@@ -222,6 +222,12 @@ struct mgmt_rp_le_set_data_length {
} __packed;
#define MGMT_LE_SET_DATA_LENGTH_RSP_SIZE 3
+#define MGMT_OP_SET_IRK (TIZEN_OP_CODE_BASE + 0x19)
+struct mgmt_cp_set_irk {
+ uint8_t irk[16];
+} __packed;
+#define MGMT_SET_IRK_SIZE 16
+
/* EVENTS */
/* For device name update changes */