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
Field | Description |
---|---|
evtDiscComplete | Data for BLE_PXPM_EVT_DISC_COMPLETE_IND event. |
evtLlsAlertLvWriteRspInd | Data for BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND event. |
evtLlsAlertLvInd | Data for BLE_PXPM_EVT_LLS_ALERT_LEVEL_IND event. |
evtTpsTxPwrLvInd | Data for BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_IND event. |