mirror of
https://github.com/espressif/esp-idf
synced 2025-04-07 23:30:11 -04:00
Merge branch 'bugfix/coex_some_bugfix_about_ble_dyn_prio_v4.2' into 'release/v4.2'
components/coex: Some bugfix about ble dynamic prio v4.2 See merge request espressif/esp-idf!10596
This commit is contained in:
commit
f1e43b274f
@ -1 +1 @@
|
||||
Subproject commit d5f703bc03bde49ed89dc432f0c3241ff38c7651
|
||||
Subproject commit a28ea4432a47ffc50c1c168fac8c8e841a5f21e6
|
@ -84,20 +84,6 @@ esp_err_t esp_coex_status_bit_set(esp_coex_status_type_t type, uint32_t status);
|
||||
*/
|
||||
esp_err_t esp_coex_status_bit_clear(esp_coex_status_type_t type, uint32_t status);
|
||||
|
||||
/**
|
||||
* @brief Enable BLE connection dynamic priority
|
||||
* @attention If the parameter is true, BLE connection performance will be better but WiFi performance
|
||||
will be poorer. And vice versa.
|
||||
* @param low_interval : true - Increase BLE connection priority to be higher than WiFi's when BLE
|
||||
* connection interval is less or equal than 50 ms. The default value
|
||||
* is false.
|
||||
* false - not increace
|
||||
* @param high_interval : true - Increase BLE connection priority to be higher than WiFi's when BLE
|
||||
* connection interval is more than 50 ms. The default value is true.
|
||||
* false - not increace
|
||||
* @return : ESP_OK - success, other - failed
|
||||
*/
|
||||
esp_err_t esp_coex_ble_conn_dynamic_prio_enable(bool low_interval, bool high_interval);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 76d68b20243c39f536e05e40900ee50981964f3e
|
||||
Subproject commit 9d92222619404d490733a51aa594f842133e8724
|
Loading…
x
Reference in New Issue
Block a user