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 Attribute Documentation#
key#
uint8_t rsi_ble_encrypt_s::key[16]
Encryption key (16 bytes)
Definition at line
675
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
677
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h