BLE_ANCS_EventField_T

C

typedef union
{
    BLE_ANCS_EvtDiscComplete_T          evtDiscComplete;
    BLE_ANCS_EvtErrAttrBufInd_T         evtErrAttrBufInd;
    BLE_ANCS_EvtErrRecomposeBufInd_T    evtErrRecomposeBufInd;
    BLE_ANCS_EvtNtfyInd_T               evtNtfyInd;
    BLE_ANCS_EvtNtfyAttrInd_T           evtNtfyAttrInd;
    BLE_ANCS_EvtAppAttrInd_T            evtAppAttrInd;
    BLE_ANCS_EvtErrInd_T                evtErrInd;
} BLE_ANCS_EventField_T;

Description

Union of BLE ANCS callback event data types.

Field Documentation

FieldDescription
evtDiscCompleteData for the BLE_ANCS_EVT_DISC_COMPLETE_IND event.
evtErrAttrBufIndData for the BLE_ANCS_EVT_ERR_ATTR_BUF_IND event.
evtErrRecomposeBufIndData for the BLE_ANCS_EVT_ERR_RECOMPOSE_BUF_IND event.
evtNtfyIndData for the BLE_ANCS_EVT_NTFY_ADDED_IND, BLE_ANCS_EVT_NTFY_MODIFIED_IND, and BLE_ANCS_EVT_NTFY_REMOVED_IND events.
evtNtfyAttrIndData for the BLE_ANCS_EVT_NTFY_ATTR_IND event.
evtAppAttrIndData for the BLE_ANCS_EVT_APP_ATTR_IND event.
evtErrIndData for the BLE_ANCS_EVT_ERR_IND event.