Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c648 int guess_pos = -1, final_pos = -1; in try_to_sync_pos() local
697 guess_pos = group_pos - GROUP_NUMBER; /* 前一组 */ in try_to_sync_pos()
698 if (guess_pos < 0) { in try_to_sync_pos()
699 guess_pos = (zconfig_get_data_len() / GROUP_NUMBER) * GROUP_NUMBER; in try_to_sync_pos()
704 final_pos = guess_pos; in try_to_sync_pos()
724 if (guess_pos != -1) { in try_to_sync_pos()
725 if (guess_pos == match_group) { /* case 1 */ in try_to_sync_pos()
735 final_pos = guess_pos; in try_to_sync_pos()

Completed in 4 milliseconds