mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-15 21:50:03 +00:00
nimble/ll: Make sure XTAL is disabled after ext adv event
This commit is contained in:
@@ -4528,6 +4528,11 @@ ble_ll_adv_sec_done(struct ble_ll_adv_sm *advsm)
|
||||
return;
|
||||
}
|
||||
|
||||
/* Turn off the clock if not doing anything else */
|
||||
#ifdef BLE_XCVR_RFCLK
|
||||
ble_ll_sched_rfclk_chk_restart();
|
||||
#endif
|
||||
|
||||
/* Check if we need to resume scanning */
|
||||
ble_ll_scan_chk_resume();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user