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
| Parameter | Description |
|---|---|
| [in] p_event | Pointer to the event structure containing event data. |
