mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
components/coex: backports for coex schm
1. support 40M Wi-Fi when calculate AFH 2. Calculate channel classification according to Host and coex 3. Set BR/EDR/LE coex schm status in controller 4. Only set AFH for BT when WiFi is connected 5. Fix a potential dead lock issue when set AFH 6. Fix WiFi connecting coex schm issue due to periodic timer 7. Complete BT a2dp pause coex schm 8. Increase BT slice when BT a2dp pause in order to receive AVRC event 9. Add more coex schm for BT/BLE
This commit is contained in:
@@ -24,8 +24,3 @@ esp_err_t esp_coex_preference_set(esp_coex_prefer_t prefer)
|
||||
{
|
||||
return coex_preference_set((coex_prefer_t)prefer);
|
||||
}
|
||||
|
||||
esp_err_t esp_coex_wifi_percent_set(int wifi_percent)
|
||||
{
|
||||
return coex_wifi_percent_set(wifi_percent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user