BLE_ANCS_NtfyEvtFlagMask_T
C
typedef struct
{
  unsigned int                     silent          : 1;
  unsigned int                     important       : 1;
  unsigned int                     preExisting     : 1;
  unsigned int                     positiveAction  : 1;
  unsigned int                     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. | 
