Structure representing the BLE request to set LE ping timeout.

This structure is used to define the parameters for a BLE request to set the LE ping timeout, including the address of the connected device and the LE ping timeout value to be set.

Public Attributes#

uint8_t

Address of the connected device.

uint16_t

LE ping timeout value to be set.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_set_le_ping_timeout_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the connected device.


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

time_out#

uint16_t rsi_ble_set_le_ping_timeout_s::time_out

LE ping timeout value to be set.


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