1.2.2.3.1.1.3.13 BLE_ANCS_EvtNtfyInd_T
C
typedef struct { uint16_t connHandle; uint32_t ntfyId; BLE_ANCS_NtfyEvtFlagMask_T ntfyEvtFlagMask; BLE_ANCS_CategoryId_T categoryId; uint8_t categoryCount; } BLE_ANCS_EvtNtfyInd_T;
Description
Data structure for BLE_ANCS_EVT_NTFY_ADDED_IND, BLE_ANCS_EVT_NTFY_MODIFIED_IND, BLE_ANCS_EVT_NTFY_REMOVED_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
ntfyId | Notification UID. A 32-bit numerical value that is the unique identifier (UID) for the iOS notification. |
ntfyEvtFlagMask | Bitmask to signal whether a special condition applies to the notification. For example, "Silent" or "Important". |
categoryId | Classification of the notification type. For example, email or location. |
categoryCount | Current number of active iOS notifications in the given category. |