From 32b4ad5af8adf99e4349abd2ddc944b2ab7a1966 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 18 May 2012 19:11:44 +0300 Subject: [PATCH] AVRCP: Bump TG record to 1.4 The only mandatory feature for 1.4 is absolute volume control which is now supported. --- audio/avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3