1.1.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

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.