Structure representing the BLE accept list.

This structure is used to define the parameters for the BLE accept list, which includes the operation to add or delete the address, the device address, and the address type.

Public Attributes#

uint8_t

Bit used to add or delete the address from/to the allow list.

uint8_t

Address of the device.

uint8_t

Address type.

Public Attribute Documentation#

addordeltowhitlist#

uint8_t rsi_ble_accept_list_s::addordeltowhitlist

Bit used to add or delete the address from/to the allow list.


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

dev_addr#

uint8_t rsi_ble_accept_list_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the device.


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

bdaddressType#

uint8_t rsi_ble_accept_list_s::bdaddressType

Address type.


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