BLE_GAP_EvtAdvSetTerminated_T

C

typedef struct BLE_GAP_EvtAdvSetTerminated_T
{
    uint8_t                 status;
    uint8_t                 advHandle;
    uint16_t                connHandle;
    uint8_t                 numComplExtAdvEvents;
}BLE_GAP_EvtAdvSetTerminated_T;

Field Documentation

FieldDescription
statusStatus of the terminated advertising set. See Status definitions for possible values.
advHandleAdvertising handle for which advertising has ended.
connHandleConnection handle for the connection that was established, causing the advertising to end.
numComplExtAdvEventsNumber of completed extended advertising events that were transmitted before termination.