Return-Path: From: Lucas De Marchi To: linux-bluetooth@vger.kernel.org Cc: Lucas De Marchi Subject: [PATCH 20/23] avrcp: change TG record to use version 1.3 Date: Fri, 5 Aug 2011 15:15:29 -0300 Message-Id: <1312568132-21112-20-git-send-email-lucas.demarchi@profusion.mobi> In-Reply-To: <1312568132-21112-1-git-send-email-lucas.demarchi@profusion.mobi> References: <1312568132-21112-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 c0ab878..ce1dceb 100644 --- a/audio/control.c +++ b/audio/control.c @@ -414,7 +414,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