BLE_PXPM_EvtLlsAlertLvWriteRspInd_T

C

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

Description

Structure for the BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with the write response.
errCodeError code for the write operation, as defined in ATT error codes.