BLE_ANPC_EvtNewAlertInd_T
C
typedef struct BLE_ANPC_EvtNewAlertInd_T { uint16_t connHandle; uint8_t categoryId; uint8_t numOfNewAlert; uint16_t receivedLength; uint8_t *p_receivedValue; }BLE_ANPC_EvtNewAlertInd_T;
Description
Structure for the BLE_ANPC_EVT_NEW_ALERT_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | The connection handle. |
categoryId | The category Id. See ANPC category identifiers. |
numOfNewAlert | Number of new alerts for the given category. |
receivedLength | Length of the received alert text string. |
p_receivedValue | Pointer to the received alert text string data. |