summaryrefslogtreecommitdiff
path: root/audio/avrcp.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-05-18 19:11:44 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-05-18 20:48:53 +0300
commit32b4ad5af8adf99e4349abd2ddc944b2ab7a1966 (patch)
treeb84549e64568fca33fe80db55827f4f078b586c2 /audio/avrcp.c
parenta282fff97dabbd3a814765a868e3367cb3dc1ce3 (diff)
downloadbluez-32b4ad5af8adf99e4349abd2ddc944b2ab7a1966.tar.gz
AVRCP: Bump TG record to 1.4
The only mandatory feature for 1.4 is absolute volume control which is now supported.
Diffstat (limited to 'audio/avrcp.c')
-rw-r--r--audio/avrcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avrcp.c b/audio/avrcp.c
index 6ed77a310..d278d4e89 100644
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -243,7 +243,7 @@ static sdp_record_t *avrcp_tg_record(void)
sdp_record_t *record;
sdp_data_t *psm, *version, *features;
uint16_t lp = AVCTP_PSM;
- uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103, feat = 0x000f;
+ uint16_t avrcp_ver = 0x0104, avctp_ver = 0x0103, feat = 0x000f;
record = sdp_record_alloc();
if (!record)