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 Attributes#

uint8_t

Encryption key (16 bytes)

uint8_t

Data to be encrypted (16 bytes)

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