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 BLE_GAP_EVT_ADV_SET_TERMINATED event.
Field Documentation
Field | Description |
---|---|
status | Status of the terminated advertising set. See Status definitions for possible values. |
advHandle | Advertising handle for which advertising has ended. |
connHandle | Connection handle for the connection that was established, causing the advertising to end. |
numComplExtAdvEvents | Number of completed extended advertising events that were transmitted before termination. |