Structure representing the BLE Advertising Extensions (AE) command to set a random address.

This structure is used to define the parameters for a BLE AE command to set a random address, including the advertising handle and the random address.

Public Attributes#

uint8_t

Advertising_Handle, used to identify an advertising set, Range: 0x00 to 0xEF.

uint8_t

Random_Address, The Random Address may be of either Static Address or Private Address.

Public Attribute Documentation#

adv_handle#

uint8_t rsi_ble_ae_set_random_address_s::adv_handle

Advertising_Handle, used to identify an advertising set, Range: 0x00 to 0xEF.


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

addr#

uint8_t rsi_ble_ae_set_random_address_s::addr[RSI_DEV_ADDR_LEN]

Random_Address, The Random Address may be of either Static Address or Private Address.


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