Page 1 of 1

Bluedroid and coverart

Posted: Mon Jan 10, 2022 9:12 pm
by philippe_44
I'm trying to add coverart support form my BT app but I can't figure out how to use the esp_avrc_feature_flag_t and especially the options

ESP_AVRC_FEAT_FLAG_COVER_ART_GET_IMAGE_PROP = 0x0080, /*!< Cover Art GetImageProperties */
ESP_AVRC_FEAT_FLAG_COVER_ART_GET_IMAGE = 0x0100, /*!< Cover Art GetImage */
ESP_AVRC_FEAT_FLAG_COVER_ART_GET_LINKED_THUMBNAIL = 0x0200, /*!< Cover Art GetLinkedThumbnail */

There seem to have very little reference in esp-idf about these.

Anybody has done this before?

Thanks

Re: Bluedroid and coverart

Posted: Wed Mar 15, 2023 12:24 am
by leonardokucarz
Hello, I' trying to implementing this functions in my project, i would like to receive by Bluetooth cover art and show on a screen with an esp32. I research a lot but i don't have idea about how i can use this commands because i donĀ“t find any example on internet, me and other people trying to do this implementation would be very grateful if you could help us.