BLE_PXPR_Event_T
C
typedef struct BLE_PXPR_Event_T
{
BLE_PXPR_EventId_T eventId;
BLE_PXPR_EventField_T eventField;
} BLE_PXPR_Event_T;Description
BLE PXP Reporter callback event.
Field Documentation
| Field | Description |
|---|---|
| eventId | Event ID. See BLE_PXPR_EventId_T. |
| eventField | Event field. |
