Page 1 of 1

How to receive AVRCP command in esp32

Posted: Fri Oct 29, 2021 2:47 am
by hiectai
Hello commmunity!
I have a project that uses 2 ESP32 boards, 1 board plays the role of remove control, will send AVRCP command. The other board will receive AVRCP command and process accordingly.
I added the code that sends the AVRCP command in the a2dp_sink sample code when Play and Pause button GPIO is pressed. I connected to my iphone and was able to play/pause songs from gpio button of esp32 devkit. AVRCP command have been sent successfully when GPIO pressed.
Currently I am looking for a way to receive AVRCP command in the target esp32 devkit side.
Pls tell me if anybody know how to receive AVRCP command in esp32 target board.
Thank you

Re: How to receive AVRCP command in esp32

Posted: Sat Oct 30, 2021 8:27 am
by hiectai
Hello
Anybody can help me ?
Or give me the answer that esp-idf platform currently does not support receive AVRCP command.
I want to confirm if this is possible or not?
Thank a lot