} __packed;
#define MGMT_LE_SET_DATA_LENGTH_RSP_SIZE 3
-#define MGMT_OP_SET_DEV_RPA_RES_SUPPORT (TIZEN_OP_CODE_BASE + 0x19)
+#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
+
+#define MGMT_OP_SET_DEV_RPA_RES_SUPPORT (TIZEN_OP_CODE_BASE + 0x1a)
struct mgmt_cp_set_dev_rpa_res_support {
struct mgmt_addr_info addr;
__u8 res_support;
} __packed;
#define MGMT_OP_SET_DEV_RPA_RES_SUPPORT_SIZE 8
-#define MGMT_OP_SET_IRK (TIZEN_OP_CODE_BASE + 0x1A)
-struct mgmt_cp_set_irk {
- uint8_t irk[16];
-} __packed;
-#define MGMT_SET_IRK_SIZE 16
-
/* EVENTS */
/* For device name update changes */