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
Parameter | Description |
---|---|
[in] p_event | Pointer to the event structure containing event data. |