mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
feat(ble_mesh): fixed issues with adv evts process
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user