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
Structure for the 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 | Unique identifier for the iOS notification. |
ntfyEvtFlagMask | Flags indicating special conditions of the notification (e.g., Silent, Important). See BLE_ANCS_NtfyEvtFlagMask_T. |
categoryId | Category of the notification (e.g., Email, Location). See BLE_ANCS_CategoryId_T. |
categoryCount | Number of active notifications in this category. |