feat(ble_mesh): fixed issues with adv evts process

This commit is contained in:
luoxu
2025-06-24 11:50:37 +08:00
committed by Luo Xu
parent 4905b6eae1
commit 21b934aeb2

View File

@@ -369,6 +369,10 @@ static void adv_thread(void *p)
continue;
}
if (recv_evts & ADV_TASK_PKT_SEND_EVT) {
recv_evts &= ~ADV_TASK_PKT_SEND_EVT;
}
recv_evts = received_adv_evts_handle(recv_evts);
if (recv_evts) {