Page 1 of 1

How to use simultaneously A2D, AVRC and SPP in a ESP32?

Posted: Thu Feb 13, 2020 5:16 pm
by riccardo.brue
Hi, I have the task to create a little device which is capable to send/receive data through SPP and then to simultaneously stream audio data through A2C/AVRC bluetooth protocols. Is that possible? I was looking to classic bluetooth examples in the repository, but I don't know how to "merge" these two bluetooth stacks in order to run simultaneously.

Another future job should be to use also the GATT stack; will this be possible while running the other three stacks? If yes, could you please provide some initialisation codes? I will appreaciate a lot, thank you.

Re: How to use simultaneously A2D, AVRC and SPP in a ESP32?

Posted: Mon Feb 01, 2021 9:53 pm
by theaudioguy
Hi, did you get anywhere with this? I have a similar task - to connect a2dp as source and also connect spp to a second device.
Thanks,

Re: How to use simultaneously A2D, AVRC and SPP in a ESP32?

Posted: Sun Feb 07, 2021 10:36 pm
by Jakobsen
Yes
Check out my https://github.com/jorgenkraghjakobsen/merus_bt.git
I connect from android SPP client to control volume, dsp flow etc and monitor amplifier state
Integrates very well.
/j