Home
last modified time | relevance | path

Searched refs:download_progress (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c119 int download_progress; member
971 if (downloaded > hb_context->dl.download_progress) { in response_cb()
972 hb_context->dl.download_progress = downloaded; in response_cb()
973 LOG_DBG("Downloaded: %d%% ", hb_context->dl.download_progress); in response_cb()