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

Structure representing the bitmask for iOS notification event flags.

Field Documentation

FieldDescription
silentFlag indicating the notification should be silent.
importantFlag indicating the notification is of high priority.
preExistingFlag indicating the notification is pre-existing.
positiveActionFlag indicating the availability of a positive action.
negativeActionFlag indicating the availability of a negative action.