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 ANPC category identifiers.
numOfNewAlertNumber of new alerts for the given category.
receivedLengthLength of the received alert text string.
p_receivedValuePointer to the received alert text string data.