Skip to content

Commit 0926ce5

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_some_bt_bugs_v5.4' into 'release/v5.4'
fix(bt): fix some bluetooth bugs (v5.4) See merge request espressif/esp-idf!42469
2 parents d3a98e2 + a757b66 commit 0926ce5

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)