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;

Description

Structure for the BLE_GAP_EVT_ADV_SET_TERMINATED event.This event is triggered when an advertising set is terminated.

Field Documentation

FieldDescription
statusStatus of the terminated advertising set. See GAP_STATUS 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.