Merge branch 'bugfix/wifi_sta_and_ble_disconnect_BCI-303_master' into 'master'

component_bt: Fix wifi is initialized before bluetooth initialization, bluetooth can't stay connected

Closes BCI-303

See merge request espressif/esp-idf!18643
This commit is contained in:
Jiang Jiang Jian
2022-07-08 19:43:10 +08:00
3 changed files with 4 additions and 6 deletions

View File

@@ -248,12 +248,6 @@ void esp_phy_enable(void)
#if CONFIG_IDF_TARGET_ESP32
coex_bt_high_prio();
#endif
#if CONFIG_BT_ENABLED && (CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S3)
extern void coex_pti_v2(void);
coex_pti_v2();
#endif
}
s_phy_access_ref++;