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.
Enumerator | Description |
---|---|
BLE_ANCS_ACTION_ID_POSITIVE | Identifier for a positive action on a notification. |
BLE_ANCS_ACTION_ID_NEGATIVE | Identifier for a negative action on a notification. |
BLE_ANCS_ACTION_ID_MAX | Maximum value for action identifiers, used as a boundary. |