Structure representing the AE (Advertising extension) device to periodic list.
Public Attributes#
uint8_t, Type Type Values Description 1 Adding Device to Periodic Advertising list 2 Removing Device from Periodic Advertising list 3 Clearing Periodic Advertising List
uint8_t, Advertiser Address Type, this parameter indicates the type of address being used in the connection request packets
uint8_t, Advertiser Address[6]
uint8_t, Advertising_Sid, Value of the Advertising SID subfield in the ADI field of the PDU, Range : 0x00 to 0x0F
Public Attribute Documentation#
type#
uint8_t rsi_ble_ae_dev_to_periodic_list_s::type
uint8_t, Type Type Values Description 1 Adding Device to Periodic Advertising list 2 Removing Device from Periodic Advertising list 3 Clearing Periodic Advertising List
2212
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
adv_addr_type#
uint8_t rsi_ble_ae_dev_to_periodic_list_s::adv_addr_type
uint8_t, Advertiser Address Type, this parameter indicates the type of address being used in the connection request packets
0x00 Public Device Address or Public Identity Address
0x01 Random Device Address or Random (static) Identity Address
All other values Reserved for future use
2219
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
adv_addr#
uint8_t rsi_ble_ae_dev_to_periodic_list_s::adv_addr[RSI_DEV_ADDR_LEN]
uint8_t, Advertiser Address[6]
2221
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
adv_sid#
uint8_t rsi_ble_ae_dev_to_periodic_list_s::adv_sid
uint8_t, Advertising_Sid, Value of the Advertising SID subfield in the ADI field of the PDU, Range : 0x00 to 0x0F
2223
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h