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

FieldDescription
silentSet true if the notification is low priority.
importantSet true if the notification is high priority.
preExistingSet true if the notification is pre-existing.
positiveActionSet true if the notification has a positive action that can be taken.
negativeActionSet true if the notification has a negative action that can be taken.