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
| Field | Description |
|---|---|
| appId | Set true if App Identifier is enabled. |
| title | Set true if Title is enabled. |
| subtitle | Set true if Sub Title is enabled. |
| msg | Set true if Message is enabled. |
| msgSize | Set true if Message Size is enabled. |
| date | Set true if Date is enabled. |
| positiveAction | Set true if Positive Action is enabled. |
| negativeAction | Set true if Negative Action is enabled. |
