BLE_OTAPC_Event_T
C
typedef struct BLE_OTAPC_Event_T { BLE_OTAPC_EventId_T eventId; BLE_OTAPC_EventField_T eventField; } BLE_OTAPC_Event_T;
Description
BLE OTA profile callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier for the event type. See BLE_OTAPC_EventId_T. |
eventField | Data associated with the event. See BLE_OTAPC_EventField_T. |