mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 10:24:04 +00:00
10 lines
402 B
ReStructuredText
10 lines
402 B
ReStructuredText
.. only:: esp32
|
|
|
|
- :component_file:`/bt/include/esp32/include/esp_bt.h`
|
|
|
|
.. only:: esp32c3 or esp32s3
|
|
|
|
- :component_file:`/bt/include/esp32c3/include/esp_bt.h`
|
|
|
|
- Move the declarations of ``esp_wifi_bt_power_domain_on`` and ``esp_wifi_bt_power_domain_off`` from ``esp_bt.h`` to ``esp_phy_init.h``, since they belong to component ``esp_phy`` and are not expected to be used by customer.
|