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.
| Enumerator | Description |
|---|---|
| BLE_ANCS_ACTION_ID_POSITIVE | Positive action. |
| BLE_ANCS_ACTION_ID_NEGATIVE | Negative action. |
| BLE_ANCS_ACTION_ID_MAX | Undefined action. |
