BLE_ANCS_EventId_T

C

typedef enum BLE_ANCS_EventId_T
{
    BLE_ANCS_EVT_DISC_COMPLETE_IND,
    BLE_ANCS_EVT_ERR_ATTR_BUF_IND,
    BLE_ANCS_EVT_ERR_RECOMPOSE_BUF_IND,
    BLE_ANCS_EVT_NTFY_ADDED_IND,
    BLE_ANCS_EVT_NTFY_MODIFIED_IND,
    BLE_ANCS_EVT_NTFY_REMOVED_IND,
    BLE_ANCS_EVT_NTFY_ATTR_IND,
    BLE_ANCS_EVT_APP_ATTR_IND,
    BLE_ANCS_EVT_ERR_UNSPECIFIED_IND,
    BLE_ANCS_EVT_ERR_NO_MEM_IND,
    BLE_ANCS_EVT_ERR_IND,
} BLE_ANCS_EventId_T;

Description

Event identifiers for BLE ANCS events delivered to the application.

EnumeratorDescription
BLE_ANCS_EVT_DISC_COMPLETE_INDEvent indicating the completion of service discovery. See BLE_ANCS_EvtDiscComplete_T for event details.
BLE_ANCS_EVT_ERR_ATTR_BUF_INDEvent indicating an attribute buffer overflow error. See BLE_ANCS_EvtErrAttrBufInd_T for event details.
BLE_ANCS_EVT_ERR_RECOMPOSE_BUF_INDEvent indicating a recomposed buffer overflow error. See BLE_ANCS_EvtErrRecomposeBufInd_T for event details.
BLE_ANCS_EVT_NTFY_ADDED_INDEvent indicating a new notification was added. See BLE_ANCS_EvtNtfyInd_T for event details.
BLE_ANCS_EVT_NTFY_MODIFIED_INDEvent indicating an existing notification was modified. See BLE_ANCS_EvtNtfyInd_T for event details.
BLE_ANCS_EVT_NTFY_REMOVED_INDEvent indicating a notification was removed. See BLE_ANCS_EvtNtfyInd_T for event details.
BLE_ANCS_EVT_NTFY_ATTR_INDEvent indicating a notification attribute was received. See BLE_ANCS_EvtNtfyAttrInd_T for event details.
BLE_ANCS_EVT_APP_ATTR_INDEvent indicating an app attribute was received. See BLE_ANCS_EvtAppAttrInd_T for event details.
BLE_ANCS_EVT_ERR_UNSPECIFIED_INDEvent indicating an unspecified internal error.
BLE_ANCS_EVT_ERR_NO_MEM_INDEvent indicating a memory allocation error.
BLE_ANCS_EVT_ERR_INDEvent indicating an error related to Control Point characteristic operations. See BLE_ANCS_EvtErrInd_T for event details.