BLE_ANPC_EvtUnreadAlertStatInd_T

C

typedef struct BLE_ANPC_EvtUnreadAlertStatInd_T
{
    uint16_t            connHandle;
    uint8_t             categoryId;
    uint8_t             unreadCnt;
}BLE_ANPC_EvtUnreadAlertStatInd_T;

Description

Structure for the BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with the event.
categoryIdCategory ID of the unread alert. Refer to ANPC category identifiers for possible values.
unreadCntCount of unread alerts for the given category.