Structure representing the BLE encryption request.

This structure is used to define the parameters for the BLE encryption request, which includes the encryption key and the data to be encrypted.

Public Attributes#

uint8_t
uint8_t

Public Attribute Documentation#

key#

uint8_t rsi_ble_encrypt_s::key[16]

Encryption key (16 bytes)


data#

uint8_t rsi_ble_encrypt_s::data[16]

Data to be encrypted (16 bytes)