BLE_PXPM_EventField_T

C

typedef union
{
    BLE_PXPM_EvtDiscComplete_T          evtDiscComplete;
    BLE_PXPM_EvtLlsAlertLvWriteRspInd_T evtLlsAlertLvWriteRspInd;
    BLE_PXPM_EvtLlsAlertLvInd_T         evtLlsAlertLvInd;
    BLE_PXPM_EvtTpsTxPwrLvInd_T         evtTpsTxPwrLvInd;
} BLE_PXPM_EventField_T;

Description

Union of BLE Proximity Profile Monitor callback event data types.

Field Documentation

FieldDescription
evtDiscCompleteData for BLE_PXPM_EVT_DISC_COMPLETE_IND event.
evtLlsAlertLvWriteRspIndData for BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND event.
evtLlsAlertLvIndData for BLE_PXPM_EVT_LLS_ALERT_LEVEL_IND event.
evtTpsTxPwrLvIndData for BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_IND event.