fix(bt): Move esp_wifi_bt_power_domain_on/off to esp_phy_init.h

This commit is contained in:
xiongweichao
2024-11-05 19:24:42 +08:00
committed by Xiong Wei Chao
parent 5910fc8270
commit 383bc035ce
7 changed files with 38 additions and 24 deletions

View File

@@ -726,16 +726,6 @@ void esp_bt_controller_wakeup_request(void);
*/
int esp_bt_h4tl_eif_io_event_notify(int event);
/**
* @brief bt Wi-Fi power domain power on
*/
void esp_wifi_bt_power_domain_on(void);
/**
* @brief bt Wi-Fi power domain power off
*/
void esp_wifi_bt_power_domain_off(void);
/**
* @brief Get the Bluetooth module sleep clock source.
*