1.1.2.3.1.1.3.14 BLE_ANCS_NtfyAttrsMask_T

C

typedef struct {
    uint8_t                     appId           : 1;
    uint8_t                     title           : 1;
    uint8_t                     subtitle        : 1;
    uint8_t                     msg             : 1;
    uint8_t                     msgSize         : 1;
    uint8_t                     date            : 1;
    uint8_t                     positiveAction  : 1;
    uint8_t                     negativeAction  : 1;
} BLE_ANCS_NtfyAttrsMask_T;       

Description

The structure contains iOS notification attributes id.

Field Documentation

FieldDescription
appIdSet true if App Identifier is enabled.
titleSet true if Title is enabled.
subtitleSet true if Sub Title is enabled.
msgSet true if Message is enabled.
msgSizeSet true if Message Size is enabled.
dateSet true if Date is enabled.
positiveActionSet true if Positive Action is enabled.
negativeActionSet true if Negative Action is enabled.