BLE_PXPR_EventCb_T
C
typedef void(*BLE_PXPR_EventCb_T)(BLE_PXPR_Event_T *p_event);
Description
Type definition for the callback function used by the BLE PXP Reporter.
Parameters
Parameter | Description |
---|---|
[in] p_event | Pointer to the event structure containing the event ID and data. |