1.1.2.3.2.1.3.8 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
Data structure for BLE_ANPC_EVT_NEW_ALERT_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | The connection handle. |
categoryId | The category Id. See Category Id. |
numOfNewAlert | Number of new alert. |
receivedLength | Receive txt string length. |
p_receivedValue | Point of txt string data. |