Return-Path: From: Lucas De Marchi To: linux-bluetooth@vger.kernel.org Cc: Lucas De Marchi Subject: [RFC 18/19] avrcp: change TG record to use version 1.3 Date: Tue, 19 Jul 2011 16:49:29 -0300 Message-Id: <1311104970-18600-19-git-send-email-lucas.demarchi@profusion.mobi> In-Reply-To: <1311104970-18600-1-git-send-email-lucas.demarchi@profusion.mobi> References: <1311104970-18600-1-git-send-email-lucas.demarchi@profusion.mobi> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- audio/control.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/control.c b/audio/control.c index 894a706..1704c0a 100644 --- a/audio/control.c +++ b/audio/control.c @@ -420,7 +420,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 = 0x0100, avctp_ver = 0x0103, feat = 0x000f; + uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103, feat = 0x000f; record = sdp_record_alloc(); if (!record) -- 1.7.6