AVRCP Browsing support #156
-
Hi! Great library, very easy to use. I have only one request: is it possible to add support for AVRCP Browsing in A2DP sink? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I haven't found any information that would indicate that the ESP32 is supporting this. |
Beta Was this translation helpful? Give feedback.
-
I am not sure. There is AVRC feature bit mask called ESP_AVRC_FEAT_BROWSE, which would indicate that AVRC browsing channel can be enabled. But I couldn't find any functions that would use this enum. From ESP-IDF Programming Guide:
|
Beta Was this translation helpful? Give feedback.
-
Yes - that's where I got stuck as well... |
Beta Was this translation helpful? Give feedback.
-
I understand. Thank you for your reply. I will try to make an inquiry at Espressif. |
Beta Was this translation helpful? Give feedback.
-
Looks like it isn't yet supported yet, feature request created by OP is in progress espressif/esp-idf#8385 |
Beta Was this translation helpful? Give feedback.
Looks like it isn't yet supported yet, feature request created by OP is in progress espressif/esp-idf#8385