BLE_OTAPS_Event_T
C
typedef struct BLE_OTAPS_Event_T { BLE_OTAPS_EventId_T eventId; BLE_OTAPS_EventField_T eventField; } BLE_OTAPS_Event_T;
Description
BLE OTA profile callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier for the event. See BLE_OTAPS_EventId_T. |
eventField | Data associated with the event. See BLE_OTAPS_EventField_T. |