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
Field | Description |
---|---|
connHandle | Connection handle associated with the write response. |
errCode | Error code for the write operation, as defined in ATT error code. |