Skip to content

Commit 8104d45

Browse files
committed
fix(bt): fix btbb may not reinit when coex with wifi
Closes #15841
1 parent 8713de3 commit 8104d45

File tree

1 file changed

+1
-0
lines changed
  • components/bt/controller/esp32

1 file changed

+1
-0
lines changed

components/bt/controller/esp32/bt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,6 +1972,7 @@ esp_err_t esp_bt_controller_disable(void)
19721972
#endif
19731973

19741974
esp_phy_disable(PHY_MODEM_BT);
1975+
s_time_phy_rf_just_enabled = 0;
19751976
btdm_controller_status = ESP_BT_CONTROLLER_STATUS_INITED;
19761977
esp_unregister_shutdown_handler(bt_shutdown);
19771978

0 commit comments

Comments
 (0)