[PATCH BlueZ 0/1] Add cover art support
Jan-Michael <[email protected]> Mon, 3 Aug 2026 21:55:00 +0200
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
BlueZ wasn't able to display cover art in car's headunits due to missing cover art support. Add missing pieces to allow sending cover arts: - Add AVRCP BIP Cover Art Responder - Advertise Cover Art Support - Update bluetooth service to have at least read only access to home directories (where cover images are located) Tested on a Fairphone 5 and OnePlus 6T with a VW head unit. Jan-Michael Brummer (1): Add cover art support Makefile.plugins | 4 +- profiles/audio/avrcp-bip.c | 562 +++++++++++++++++++++++++++++++++++++ profiles/audio/avrcp-bip.h | 31 ++ profiles/audio/avrcp.c | 84 +++++- profiles/audio/media.c | 77 +++++ src/bluetooth.service.in | 7 +- 6 files changed, 757 insertions(+), 8 deletions(-) create mode 100644 profiles/audio/avrcp-bip.c create mode 100644 profiles/audio/avrcp-bip.h -- 2.55.0