BLE_ANPC_EvtSuppNewAlertCatInd_T
C
typedef struct BLE_ANPC_EvtSuppNewAlertCatInd_T
{
uint16_t connHandle;
uint16_t category;
}BLE_ANPC_EvtSuppNewAlertCatInd_T;Description
Data structure for BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle. |
| category | Supported New Alert Category. See Supported category mask. |
