Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c713 } next_state = ADV; local
720 next_state = ADV;
727 SCHD_LOGD("adv_time %d, next_state %d, flag %d\n", adv_time, next_state, adv_scan_schd.flag);
729 if (next_state == ADV) {
750 next_state = SCAN;
752 next_state = ADV_IDLE;
757 } else if (next_state == SCAN) {
780 next_state = ADV;
781 } else if (next_state == ADV_IDLE) {
789 next_state = ADV;

Completed in 4 milliseconds