Page 1 of 1

avrcp control

Posted: Wed Oct 23, 2019 9:04 am
by amazone
hi there,

I can't find a library in esp-adf that can control volume and mute using avrcp.

only,
periph_bluetooth_play (), pause(), stop (), next(), prev (), rewind(), forward()..

I want to use the volume control and mute function.

Can you add a library for volume and mute control?

Thanks a lot in advance
GGA

Re: avrcp control

Posted: Thu Oct 31, 2019 7:42 am
by esp-xiaodong
The ADF use the release/3.2 IDF, and this version can't support these functions. If you need it, you can use IDF release/4.0 to develop it.