BLE_ANCS_NtfyAttrsMask_T

C

typedef struct {
  unsigned int                     appId           : 1;
  unsigned int                     title           : 1;
  unsigned int                     subtitle        : 1;
  unsigned int                     msg             : 1;
  unsigned int                     msgSize         : 1;
  unsigned int                     date            : 1;
  unsigned int                     positiveAction  : 1;
  unsigned int                     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.