coexist: enable coexist when wifi&bt are enabled, disable coexist when one of wifi&bt is disabled.

This commit is contained in:
XiaXiaotian
2017-02-20 23:53:25 +08:00
parent 770c2ade05
commit bb0298bc71
5 changed files with 16 additions and 7 deletions

View File

@@ -25,6 +25,11 @@ extern "C" {
*/
esp_err_t coex_init(void);
/**
* @brief De-init software coexist
*/
void coex_deinit(void);
/**
* @brief Get software coexist enable or not
*