Reputation: 11
I am currently exploring how to integrate Album Art support into my Bluetooth speaker, which acts as an A2DP sink and runs BlueZ 5.79. My speaker and the connected Samsung phone both support AVRCP 1.6.
During connection initialization, I observed the AVRCP version negotiation, and I can successfully retrieve metadata updates while playing music. However, the Image Handle in the metadata always appears as 0.
So far, I have only started bluetoothd, and even after running obexd, I did not see OBEX reflecting in the available profiles on the speaker. I am trying to understand the correct approach to enable Cover Art support in BlueZ.
I would really appreciate any guidance from the community on the following:
Since I am just starting to explore this feature, any insights, related technical pointers, or implementation references would be very helpful. Thank you in advance for your support!
Upvotes: 0
Views: 39
Reputation: 1648
According to the latest BlueZ documentation, only [AVRCP v1.5](https://github.com/bluez/bluez/blob/4d3c721ee037bcc9553bc2e6a8b7fe0bebb3b50c/doc/supported-features.txt#L36) is supported.
Upvotes: 0