Structure representing the BLE start encryption request.
This structure is used to define the parameters for a BLE start encryption request, including the address of the connected device, the remote device's Encrypted Diversifier (EDIV) value, Random (RAND) value, and Long Term Key (LTK) value.
Public Attributes#
uint8_t
Address of the connected device.
uint16_t
Remote device EDIV value.
uint8_t
Remote device RAND value
uint8_t
Remote device LTK value.