1.6.3.11 Registering call back function

C

bool ota_app_reg_cb(void)

Summary

Registering OTA service callback function.

Description

This function can be used for easy registering of user callback function. It can be called from application layer. The definition of the callback function is already present in app_ota.c file.

Parameters

None

Returns

true - if callback registered successfully false - if callback registration failed

Example

Remarks

This function definition is present in "app_ota.c" file. Initialization must be done before calling this function.