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 Proximity Profile Reporter callback event structure.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier for the event type. See BLE_PXPR_EventId_T. |
| eventField | Data associated with the event. See BLE_PXPR_EventField_T. |
