Structure representing the BLE request to manage the accept list using a payload.
This structure is used to define the parameters for the BLE request to manage the accept list, including the operation code, enable flag, total length of the payload, data compare index, length of the data to compare, and the advertising data payload.
Public Attributes#
uint8_t
Operation code for the request.
uint8_t
Enable or disable the accept list.
uint8_t
Total length of the payload.
uint8_t
Index for comparing data.
uint8_t
Length of the data to compare.
uint8_t
Advertising data payload.
Public Attribute Documentation#
data_compare_index#
uint8_t rsi_ble_req_acceptlist_using_payload_s::data_compare_index
Index for comparing data.
len_for_compare_data#
uint8_t rsi_ble_req_acceptlist_using_payload_s::len_for_compare_data
Length of the data to compare.
adv_data_payload#
uint8_t rsi_ble_req_acceptlist_using_payload_s::adv_data_payload[31]
Advertising data payload.