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

FieldDescription
connHandleConnection handle associated with the event.
categoryIdCategory ID of the new alert. Refer to ANPC category identifiers for possible values.
numOfNewAlertNumber of new alerts for the given category.
receivedLengthLength of the received alert text string.
p_receivedValuePointer to the received alert text string data.