BLE_ANPC_EvtWriteNewAlertRspInd_T

C

typedef struct BLE_ANPC_EvtWriteNewAlertRspInd_T
{
    uint16_t        connHandle;
    uint16_t        errCode;
}BLE_ANPC_EvtWriteNewAlertRspInd_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with the write request.
errCodeError code indicating the result of the write operation. Refer to ATT error codes for possible values.