Skip to content

WIFI and A2DP Coexistence

Phil Schatzmann edited this page Apr 14, 2024 · 3 revisions

WIFI and A2DP Coexistence

The ESP32 only supports either Bluetooth or WIFI, but not both at the same time. So if you use A2DP, you will not be able to use any functionality which depends on WIFI.

So please do not file any new issue when this is not working!

BlueTooth Classic A2DP and BLE Coexistence

You can use both A2DP and BLE at the same time. The precondition however is, that you set the bluetooth mode to ESP_BT_MODE_BTDM. An example can be found in the examples directory.