/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
并且不希望被客户使用。
此文档对您有帮助吗?
/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
并且不希望被客户使用。
此文档对您有帮助吗?