1.2.2.3.1.1.2.1 BLE_ANCS_ActionId_T

C

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

Description

ActionID for iOS Perform Notification Action.

EnumeratorDescription
BLE_ANCS_ACTION_ID_POSITIVEPositive action.
BLE_ANCS_ACTION_ID_NEGATIVENegative action.
BLE_ANCS_ACTION_ID_MAXUndefined action.