BLE_ANCS_ActionId_T

C

typedef enum BLE_ANCS_ActionId_T
{
    BLE_ANCS_ACTION_ID_POSITIVE = 0U,
    BLE_ANCS_ACTION_ID_NEGATIVE,
    BLE_ANCS_ACTION_ID_MAX
} BLE_ANCS_ActionId_T;

Description

Identifiers for possible actions on iOS notifications.

EnumeratorDescription
BLE_ANCS_ACTION_ID_POSITIVEIdentifier for a positive action on a notification.
BLE_ANCS_ACTION_ID_NEGATIVEIdentifier for a negative action on a notification.
BLE_ANCS_ACTION_ID_MAXMaximum value for action identifiers, used as a boundary.