Files
esp-idf/docs/zh_CN/migration-guides/release-5.x/5.4/bt_common.rst

10 lines
379 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. only:: esp32
- :component_file:`/bt/include/esp32/include/esp_bt.h`
.. only:: esp32c3 or esp32s3
- :component_file:`/bt/include/esp32c3/include/esp_bt.h`
- 将 ``esp_wifi_bt_power_domain_on````esp_wifi_bt_power_domain_off`` 的声明从 ``esp_bt.h`` 移至 ``esp_phy_init.h`` 因为它们属于组件 ``esp_phy`` 并且不希望被客户使用。