adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.09k stars 1.22k forks source link

Bluetooth A2DP #8879

Open saeugetier opened 8 months ago

saeugetier commented 8 months ago

currently only Bluetooth LE profiles are supported by Circuitpython. I would like to implement a A2DP with my ESP32S3. Has there been some work for supporting Bluetooth Classic protocols?

dhalbert commented 8 months ago

Note that Bluetooth Classic is only supported by the ESP32 chip, not by ESP32-S3.