From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH BlueZ 3/3 v2] AVRCP: Bump TG record to 1.4 Date: Fri, 18 May 2012 19:11:44 +0300 Message-Id: <1337357504-7900-3-git-send-email-luiz.dentz@gmail.com> In-Reply-To: <1337357504-7900-1-git-send-email-luiz.dentz@gmail.com> References: <1337357504-7900-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz The only mandatory feature for 1.4 is absolute volume control which is now supported. --- audio/avrcp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/avrcp.c b/audio/avrcp.c index 6ed77a3..d278d4e 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) -- 1.7.7.6