BLE_PXPM_Event_T
C
typedef struct BLE_PXPM_Event_T { BLE_PXPM_EventId_T eventId; BLE_PXPM_EventField_T eventField; } BLE_PXPM_Event_T;
Description
BLE Proximity Profile Monitor callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier of the event. See BLE_PXPM_EventId_T. |
eventField | Data associated with the event. See BLE_PXPM_EventField_T. |