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
Data structure for BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle. |
| categoryId | The category Id. See Category Id. |
| unreadCnt | Unread Count. |
