Structure representing the set scan response data for the BLE scan request.

This structure is used to define the parameters to set scan response data for the BLE scan request, including the scan response data length.

Public Attributes#

uint8_t

Scan response data length.

uint8_t

Scan response data.

Public Attribute Documentation#

data_len#

uint8_t rsi_ble_req_scanrsp_data_s::data_len

Scan response data length.


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

scanrsp_data#

uint8_t rsi_ble_req_scanrsp_data_s::scanrsp_data[31]

Scan response data.


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