Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c532 adv_scan_schd_state_en cur_st; member
661 SCHD_LOGD("%d->%d\n", adv_scan_schd.cur_st, st);
664 ret = adv_scan_schd_funcs[adv_scan_schd.cur_st].exit(st);
670 adv_scan_schd.cur_st = SCHD_IDLE;
672 ret = adv_scan_schd_funcs[st].enter(adv_scan_schd.cur_st);
678 adv_scan_schd.cur_st = st;
691 adv_scan_schd_state_en cur_st = adv_scan_schd.cur_st; local
692 adv_scan_schd_state_en target_st = adv_scan_schd_st_change_map[cur_st][action];
697 …SCHD_LOGE("action %d, cur_st %d target_st %d, ret %d in %s\n", action, cur_st, target_st, ret, __f…
749 if (adv_scan_schd.cur_st == SCHD_ADV_SCAN) {
[all …]

Completed in 3 milliseconds