make bluetooth and wifi use the same low power clock

This commit is contained in:
xiongweichao
2021-10-20 19:32:21 +08:00
parent 12ca203856
commit 23e8e497da
4 changed files with 59 additions and 2 deletions

View File

@@ -448,6 +448,26 @@ void esp_bt_controller_wakeup_request(void);
*/
int esp_bt_h4tl_eif_io_event_notify(int event);
<<<<<<< HEAD
=======
/**
* @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 Register application callback function to Wi-Fi low power clock module.
*
* @param callback : Wi-Fi set low power clock callback function
*/
void esp_wifi_set_lpclk_register_callback(esp_set_lpclk_source_callback_t callback);
>>>>>>> 8f0c559c03... make bluetooth and wifi use the same low power clock
#ifdef __cplusplus
}
#endif