Structure representing the BLE event for Cross Transport Key Derivation (CTKD).

This structure is used to define the parameters for the BLE event related to Cross Transport Key Derivation, including the remote device address and the derived key.

Public Attributes#

uint8_t

Address of the remote device.

uint8_t

Derived key.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_bt_event_ctkd_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


Definition at line 363 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

key#

uint8_t rsi_bt_event_ctkd_s::key[16]

Derived key.


Definition at line 365 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h