Structure representing the BLE encryption request.
This structure is used to define the parameters for the BLE encryption request, including the encryption key and the data to be encrypted.
Public Attribute Documentation#
key#
uint8_t rsi_ble_encrypt_s::key[16]
Encryption key (16 bytes)
Definition at line
658
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
data#
uint8_t rsi_ble_encrypt_s::data[16]
Data to be encrypted (16 bytes)
Definition at line
660
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h