Skip to content

Commit

Permalink
Merge branch 'bugfix/ble_light_sleep_enter_issue_master' into 'master'
Browse files Browse the repository at this point in the history
Bugfix/ble light sleep enter issue

See merge request espressif/esp-idf!20337
  • Loading branch information
jack0c committed Sep 29, 2022
2 parents 6a24f63 + 0d113fb commit c61910c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/bt/controller/esp32c2/bt.c
Expand Up @@ -568,7 +568,6 @@ void controller_sleep_deinit(void)
if (s_pm_lock != NULL) {
esp_pm_lock_release(s_pm_lock);
}
s_pm_lock_acquired = false;
}

if (!s_btdm_allow_light_sleep) {
Expand Down
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32c2/esp32c2-bt-lib
1 change: 1 addition & 0 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -1224,6 +1224,7 @@ r_ble_lll_reset = 0x40001644;
r_ble_lll_rfmgmt_controller_sleep_en = 0x40001648;
r_ble_lll_rfmgmt_enable_now = 0x40001658;
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
r_ble_lll_rfmgmt_release = 0x40001664;
r_ble_lll_rfmgmt_release_ev = 0x40001668;
r_ble_lll_rfmgmt_scan_changed = 0x40001670;
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
Expand Down

0 comments on commit c61910c

Please sign in to comment.