BLE_PXPM_EventCb_T

C

typedef void(*BLE_PXPM_EventCb_T)(BLE_PXPM_Event_T *p_event);

Description

BLE Proximity Profile Monitor callback function type.

Note

Applications must implement this callback to receive BLE PXP Monitor events.

Parameters

ParameterDescription
[in] p_eventPointer to the event structure containing event data.