Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c54 uint8_t retry_count; member
137 ota_ctrl.retry_count = 0; in ota_reset()
465 ota_ctrl.retry_count++; in ble_ota_process()
467 if (ota_ctrl.retry_count > 10) { in ble_ota_process()
468 LOGE(TAG, "out of max try count %d", ota_ctrl.retry_count); in ble_ota_process()
483 ota_ctrl.retry_count = 0; in ble_ota_process()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_wps_config.c365 int retry_count = WPS_CONNECT_RETRY_COUNT, ret; in wps_connect_to_AP_by_certificate() local
382 if(retry_count == WPS_CONNECT_RETRY_COUNT) in wps_connect_to_AP_by_certificate()
390 if (retry_count == 0) { in wps_connect_to_AP_by_certificate()
395 retry_count --; in wps_connect_to_AP_by_certificate()
403 int retry_count = 3, ret; in wps_connect_to_AP_by_open_system() local
419 if (retry_count == 0) { in wps_connect_to_AP_by_open_system()
423 retry_count --; in wps_connect_to_AP_by_open_system()
435 int retry_count = 3, ret; in wps_connect_to_AP_by_open_system_with_bssid() local
453 if (retry_count == 0) { in wps_connect_to_AP_by_open_system_with_bssid()
457 retry_count --; in wps_connect_to_AP_by_open_system_with_bssid()
A Dwifi_eap_config.c264 int retry_count = 0, ret; in connect_by_open_system() local
280 if (retry_count == 0) { in connect_by_open_system()
284 retry_count --; in connect_by_open_system()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/file_system/ftl/
A Dftl.c486 int8_t retry_count = g_PAGE_num - ftl_get_free_page_count() - 1; in ftl_page_garbage_collect_Imp() local
487 FTL_ASSERT(g_PAGE_num > retry_count && retry_count >= 0); in ftl_page_garbage_collect_Imp()
544 Recycle_page, retry_count, key_index, key); in ftl_page_garbage_collect_Imp()
560 Recycle_page, RecycleNum, retry_count); in ftl_page_garbage_collect_Imp()
564 if (retry_count) in ftl_page_garbage_collect_Imp()
566 --retry_count; in ftl_page_garbage_collect_Imp()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_regs.h926 unsigned retry_count:3; member

Completed in 21 milliseconds