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;

Field Documentation

FieldDescription
connHandleThe connection handle.
categoryIdThe category Id. See Category Id.
numOfNewAlertNumber of new alert.
receivedLengthReceive txt string length.
p_receivedValuePoint of txt string data.