projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe5e4ae
)
avrcp: Update controller SDP record with cover art support
author
Frédéric Danis
<frederic.danis@collabora.com>
Tue, 17 Sep 2024 07:42:16 +0000
(09:42 +0200)
committer
Wootak Jung
<wootak.jung@samsung.com>
Thu, 20 Feb 2025 07:43:23 +0000
(16:43 +0900)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
profiles/audio/avrcp.c
patch
|
blob
|
history
diff --git
a/profiles/audio/avrcp.c
b/profiles/audio/avrcp.c
index 9d3163053e0c47d36f707cba78178c51c506943c..ea1a543ed667b90a28b56979ca378b0ee9a72c5f 100644
(file)
--- a/
profiles/audio/avrcp.c
+++ b/
profiles/audio/avrcp.c
@@
-450,10
+450,12
@@
static sdp_record_t *avrcp_ct_record(bool browsing)
#else
uint16_t avctp_ver = 0x0103;
uint16_t feat = (AVRCP_FEATURE_CATEGORY_1 |
- AVRCP_FEATURE_CATEGORY_2 |
- AVRCP_FEATURE_CATEGORY_3 |
- AVRCP_FEATURE_CATEGORY_4 |
- AVRCP_FEATURE_CT_GET_THUMBNAIL);
+ AVRCP_FEATURE_CATEGORY_2 |
+ AVRCP_FEATURE_CATEGORY_3 |
+ AVRCP_FEATURE_CATEGORY_4 |
+ AVRCP_FEATURE_CT_GET_IMAGE_PROP |
+ AVRCP_FEATURE_CT_GET_IMAGE |
+ AVRCP_FEATURE_CT_GET_THUMBNAIL);
#endif
record = sdp_record_alloc();