An application can get callbacks from the OTA Agent.
Typedefs | |
typedef cy_ota_callback_results_t(* | cy_ota_callback_t )(cy_ota_cb_struct_t *cb_data) |
OTA Agent callback to the application. More... | |
typedef cy_ota_callback_results_t(* cy_ota_callback_t)(cy_ota_cb_struct_t *cb_data) |
OTA Agent callback to the application.
The application can use the callback to override default OTA functions.
[in] | [out] | cb_data Current information that Application callback can use/modify. |