Structure representing a Bluetooth Low Energy (LE) Long Term Key (LTK) request event.

Public Attributes#

uint8_t

BD Address of the remote device.

uint16_t

ediv of local device

uint8_t

rand of local device

uint8_t

Address type of remote device.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_bt_event_le_ltk_request_s::dev_addr[RSI_DEV_ADDR_LEN]

BD Address of the remote device.


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

localediv#

uint16_t rsi_bt_event_le_ltk_request_s::localediv

ediv of local device


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

localrand#

uint8_t rsi_bt_event_le_ltk_request_s::localrand[8]

rand of local device


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

dev_addr_type#

uint8_t rsi_bt_event_le_ltk_request_s::dev_addr_type

Address type of remote device.


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