1.2.2.3.1.1.3.15 BLE_ANCS_NtfyEvtFlagMask_T
C
typedef struct
{
uint8_t silent : 1;
uint8_t important : 1;
uint8_t preExisting : 1;
uint8_t positiveAction : 1;
uint8_t negativeAction : 1;
} BLE_ANCS_NtfyEvtFlagMask_T; Description
A bitmask of Event Flag whose set bits inform an NC of specificities with the iOS notification.
Field Documentation
| Field | Description |
|---|---|
| silent | Set true if the notification is low priority. |
| important | Set true if the notification is high priority. |
| preExisting | Set true if the notification is pre-existing. |
| positiveAction | Set true if the notification has a positive action that can be taken. |
| negativeAction | Set true if the notification has a negative action that can be taken. |
