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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
ntfyIdUnique identifier for the iOS notification.
ntfyEvtFlagMaskFlags indicating special conditions of the notification (e.g., Silent, Important). See BLE_ANCS_NtfyEvtFlagMask_T.
categoryIdCategory of the notification (e.g., Email, Location). See BLE_ANCS_CategoryId_T.
categoryCountNumber of active notifications in this category.