mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 22:16:46 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user