BLE_GAP_EvtPeriAdvSyncEst_T
C
typedef struct BLE_GAP_EvtPeriAdvSyncEst_T
{
uint8_t status;
uint16_t syncHandle;
uint8_t advSid;
BLE_GAP_Addr_T advAddr;
uint8_t advPhy;
uint16_t periAdvInterval;
uint8_t advClkAccuracy;
}BLE_GAP_EvtPeriAdvSyncEst_T;Description
Structure for BLE_GAP_EVT_PERI_ADV_SYNC_EST event.
Field Documentation
| Field | Description |
|---|---|
| status | Status of the periodic advertising sync establishment. See Status definitions for possible values. |
| syncHandle | Sync handle. |
| advSid | Advertising Set Identifier of the periodic advertiser. |
| advAddr | Address of the periodic advertiser. |
| advPhy | PHY on which the advertising packets are received. See PHY types for possible values. |
| periAdvInterval | Periodic advertising interval in units of 1.25 ms. |
| advClkAccuracy | Clock accuracy of the advertiser. See The accuracy of the periodic advertiser's clock for possible values. |
