OTA Agent Callback¶
-
group
group_ota_callback
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.
The application can use the callback to override default OTA functions.
- Parameters
[out] – [in] cb_data Current information that Application callback can use/modify.
- Returns
-
typedef cy_ota_callback_results_t (*