mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 09:20:30 +00:00
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:
@@ -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++;
|
||||
|
||||
|
Reference in New Issue
Block a user