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 the BLE_GAP_EVT_PERI_ADV_SYNC_EST event.This event is raised when synchronization with a periodic advertiser is established.

Field Documentation

FieldDescription
statusStatus of the periodic advertising sync establishment. See GAP_STATUS for possible values.
syncHandleHandle identifying the periodic advertising sync.
advSidAdvertising Set Identifier of the periodic advertiser.
advAddrAddress of the periodic advertiser. See BLE_GAP_Addr_T.
advPhyPHY on which the advertising packets are received. See PHY types for possible values.
periAdvIntervalPeriodic advertising interval in units of 1.25 ms.
advClkAccuracyClock accuracy of the advertiser. See The accuracy of the periodic advertiser's clock for possible values.