BLE_ANPC_EvtSuppUnreadAlertCatInd_T
C
typedef struct BLE_ANPC_EvtSuppUnreadAlertCatInd_T
{
uint16_t connHandle;
uint16_t category;
}BLE_ANPC_EvtSuppUnreadAlertCatInd_T;Description
Structure for the BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle for which the supported categories are indicated. |
| category | Bit mask of supported unread alert status categories. Refer to ANPC supported category ID bit masks for possible values. |
