Searched refs:on_boot (Results 1 – 3 of 3) sorted by relevance
216 if (ctx->on_boot != NULL) { in ota_service_start()217 ctx->on_boot(&ota_param); in ota_service_start()233 ctx->on_boot = cb; in ota_register_boot_cb()411 ctx->on_boot = NULL; in ota_service_param_reset()
226 …int (*on_boot)(ota_boot_param_t *ota_param); /* Upgrade complete to reboot to the new versi… member
Completed in 13 milliseconds