Power Management: Initialize backup memory for MAC and Baseband power up/down

This commit is contained in:
baohongde
2021-09-17 17:11:35 +08:00
parent 1e7bc626ee
commit 7f543bb3b4

View File

@ -969,6 +969,9 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
// overwrite some parameters
cfg->magic = ESP_BT_CTRL_CONFIG_MAGIC_VAL;
#if CONFIG_MAC_BB_PD
esp_mac_bb_pd_mem_init();
#endif
esp_bt_power_domain_on();
sdk_config_extend_set_pll_track(false);