support coex scheme

1. add bugfix of ble and add api to set max adv delay time
2. open full scan and change adv interval check in bluedroid
This commit is contained in:
baohongde
2019-12-10 23:00:44 +08:00
committed by Tian Hao
parent 3b704d2f3a
commit 99951fbcf8
16 changed files with 178 additions and 10 deletions

View File

@@ -51,6 +51,15 @@ const char *esp_coex_version_get(void);
*/
esp_err_t esp_coex_preference_set(esp_coex_prefer_t prefer);
/**
* @brief Set coexist wifi_percent
* Default is 50%. The range is 10% <= wifi_percent <= 90%.
*
* @param prefer : percent without %. Eg: 70 means 70%
* @return : ESP_OK - success, other - failed
*/
esp_err_t esp_coex_wifi_percent_set(int wifi_percent);
#ifdef __cplusplus
}
#endif