BLE_GAP_EvtPeriAdvSyncLost_T

C

typedef struct BLE_GAP_EvtPeriAdvSyncLost_T
{
    uint16_t                syncHandle;
}BLE_GAP_EvtPeriAdvSyncLost_T;

Description

Structure for the BLE_GAP_EVT_PERI_ADV_SYNC_LOST event.This event is triggered when synchronization with a periodic advertiser is lost.

Field Documentation

FieldDescription
syncHandleHandle identifying the periodic advertising sync that was lost.