BLE_ANPC_EvtUnreadAlertStatInd_T

C

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

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.