Searched refs:OTA_DOWNLOAD_RETRY_CNT (Results 1 – 3 of 3) sorted by relevance
23 #ifndef OTA_DOWNLOAD_RETRY_CNT24 #define OTA_DOWNLOAD_RETRY_CNT 5 /*OTA download retry count default:5*/ macro
253 for (retry_tm = OTA_DOWNLOAD_RETRY_CNT; (retry_tm > 0) && (ret < 0); retry_tm--) { in ota_download_image_header()254 if (retry_tm < OTA_DOWNLOAD_RETRY_CNT) { in ota_download_image_header()398 for (j = OTA_DOWNLOAD_RETRY_CNT; (j > 0) && (ret < 0); j--) { in ota_download_start()407 if (j >= OTA_DOWNLOAD_RETRY_CNT) { in ota_download_start()
84 for (j = OTA_DOWNLOAD_RETRY_CNT; (j > 0) && (ret < 0); j--) { in ota_download_store_fs_start()91 if (j >= OTA_DOWNLOAD_RETRY_CNT) { in ota_download_store_fs_start()
Completed in 4 milliseconds