Structure represents the BLE request to set advertising data.
This structure is used to define the parameters for the BLE request to set advertising data, including the advertising data length and the advertising data itself.
Public Attribute Documentation#
data_len#
uint8_t rsi_ble_req_adv_data_s::data_len
Advertising data length.
Definition at line
521
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
adv_data#
uint8_t rsi_ble_req_adv_data_s::adv_data[31]
Advertising data.
Definition at line
523
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h