BLE_OTAPS_EventCb_T

C

typedef void(*BLE_OTAPS_EventCb_T)(BLE_OTAPS_Event_T *p_event);

Description

Type definition for the BLE OTA profile event callback function.

Note

This callback function is used to send BLE OTA profile evenvts to the application.

Parameters

ParameterDescription
[in] p_eventPointer to the event structure containing event data.