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#

opcode#

uint8_t rsi_ble_req_acceptlist_using_payload_s::opcode[2]

Operation code for the request.


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

enable#

uint8_t rsi_ble_req_acceptlist_using_payload_s::enable

Enable or disable the accept list.


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

total_len#

uint8_t rsi_ble_req_acceptlist_using_payload_s::total_len

Total length of the payload.


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

data_compare_index#

uint8_t rsi_ble_req_acceptlist_using_payload_s::data_compare_index

Index for comparing data.


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

len_for_compare_data#

uint8_t rsi_ble_req_acceptlist_using_payload_s::len_for_compare_data

Length of the data to compare.


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

adv_data_payload#

uint8_t rsi_ble_req_acceptlist_using_payload_s::adv_data_payload[31]

Advertising data payload.


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