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
Field | Description |
---|---|
connHandle | Connection handle associated with the event. |
categoryId | Category ID of the unread alert. Refer to ANPC category identifiers for possible values. |
unreadCnt | Count of unread alerts for the given category. |