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 e422e12f17
commit 91c2390897
7 changed files with 38 additions and 24 deletions

View File

@@ -639,20 +639,6 @@ esp_err_t esp_bt_sleep_disable(void);
*/
esp_err_t esp_ble_scan_dupilcate_list_flush(void);
/**
* @brief Power on Bluetooth Wi-Fi power domain
*
* @note This function is not recommended to use due to potential risk.
*/
void esp_wifi_bt_power_domain_on(void);
/**
* @brief Power off Bluetooth Wi-Fi power domain
*
* @note This function is not recommended to use due to potential risk.
*/
void esp_wifi_bt_power_domain_off(void);
#ifdef __cplusplus
}
#endif