ae periodic sync establishment report event

Public Attributes#

uint8_t

uint8_t status , It indicates whether Periodic Advertising is successful or not 0 - Periodic advertising sync successful !0 - Periodic advertising sync failed

uint16_t

uint16_t Sync_Handle, It identifies the periodic Advertising train.

uint8_t

uint8_t Advertising_SID, Value of the Advertising SID subfield in the ADI field of the PDU, Range : 0x00 to 0x0F

uint8_t

uint8_t Advertiser_Address_Type : Indicates the type of the Address 0x00 - Public Device Address 0x01 - Random Device Address 0x02 - Public Identity Address (corresponds to Resolved Private Address) 0x03 - Random (static) Identity Address (corresponds to Resolved Private Address)

uint8_t

uint8[6], Advertiser_Address of the Advertiser type

uint8_t

uint8_t Advertiser_PHY.

uint16_t

uint16_t Periodic_Advertising_Interval.

uint16_t

uint16_t Advertiser_Clock_Accuracy.

Public Attribute Documentation#

status#

uint8_t rsi_ble_per_adv_sync_estbl_s::status

uint8_t status , It indicates whether Periodic Advertising is successful or not 0 - Periodic advertising sync successful !0 - Periodic advertising sync failed


Definition at line 1797 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

sync_handle#

uint16_t rsi_ble_per_adv_sync_estbl_s::sync_handle

uint16_t Sync_Handle, It identifies the periodic Advertising train.

Range : 0x0000 to 0x0EFF


Definition at line 1799 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

adv_sid#

uint8_t rsi_ble_per_adv_sync_estbl_s::adv_sid

uint8_t Advertising_SID, Value of the Advertising SID subfield in the ADI field of the PDU, Range : 0x00 to 0x0F


Definition at line 1801 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

advertiser_addr_type#

uint8_t rsi_ble_per_adv_sync_estbl_s::advertiser_addr_type

uint8_t Advertiser_Address_Type : Indicates the type of the Address 0x00 - Public Device Address 0x01 - Random Device Address 0x02 - Public Identity Address (corresponds to Resolved Private Address) 0x03 - Random (static) Identity Address (corresponds to Resolved Private Address)


Definition at line 1809 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

advertiser_addr#

uint8_t rsi_ble_per_adv_sync_estbl_s::advertiser_addr[DEVICE_ADDR_LEN]

uint8[6], Advertiser_Address of the Advertiser type


Definition at line 1811 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

advertiser_phy#

uint8_t rsi_ble_per_adv_sync_estbl_s::advertiser_phy

uint8_t Advertiser_PHY.

This parameter specifies the PHY used for the periodic advertising. 0x01 - Advertiser PHY is LE 1M 0x02 - Advertiser PHY is LE 2M 0x03 - Advertiser PHY is LE Coded


Definition at line 1818 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

per_adv_interval#

uint16_t rsi_ble_per_adv_sync_estbl_s::per_adv_interval

uint16_t Periodic_Advertising_Interval.

This parameter specifies the interval between the periodic advertising events.


Definition at line 1820 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

advertiser_clock_accuracy#

uint16_t rsi_ble_per_adv_sync_estbl_s::advertiser_clock_accuracy

uint16_t Advertiser_Clock_Accuracy.

This parameter specifies the accuracy of the periodic advertiser's clock. 0x00 - 500ppm 0x01 - 250ppm 0x02 - 150ppm 0x03 - 100 ppm 0x04 - 75 ppm 0x05 - 50 ppm 0x06 - 30 ppm 0x07 - 20 ppm


Definition at line 1832 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h