BLE_PXPM_EvtLlsAlertLvWriteRspInd_T
C
typedef struct BLE_PXPM_EvtLlsAlertLvWriteRspInd_T
{
uint16_t connHandle;
uint16_t errCode;
} BLE_PXPM_EvtLlsAlertLvWriteRspInd_T;Description
Data structure for BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection Handle. |
| errCode | The error code of the writing alert level response. See ATT error code. |
