Structure represents the BLE response for getting LE ping timeout.

This structure is used to define the parameters for the BLE response to get the LE ping timeout, which includes the address of the connected device, and the LE ping timeout value.

Public Attributes#

uint8_t

Address of the connected device.

uint16_t

LE ping timeout value.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_rsp_get_le_ping_timeout_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the connected device.


Definition at line 892 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

time_out#

uint16_t rsi_ble_rsp_get_le_ping_timeout_s::time_out

LE ping timeout value.


Definition at line 894 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h