Page 1 of 1

Where/How can I access the data transmitted via Bluetooth in the A2DP-Sink example ?

Posted: Mon Aug 19, 2019 9:10 pm
by GrayEight
Hello,

I am trying to access the data packages that are being send from my phone when I connect to the ESP32, which is running the ESP-IDF A2DP-SINK demo (https://github.com/espressif/esp-idf/tr ... /a2dp_sink). The example is working great.
But I can't identify the pointer or variable that is pointing to the place where the data is stored. Or is it stored in some kind of queue or directly send to the audio output ?

Many thanks in advance,
Phil