From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
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 [thread overview]
Message-ID: <1337357504-7900-3-git-send-email-luiz.dentz@gmail.com> (raw)
In-Reply-To: <1337357504-7900-1-git-send-email-luiz.dentz@gmail.com>
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
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
prev parent reply other threads:[~2012-05-18 16:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 16:11 [PATCH BlueZ 1/3 v2] AVRCP: Add define for VolumeChanged event Luiz Augusto von Dentz
2012-05-18 16:11 ` [PATCH BlueZ 2/3 v2] AVRCP: Subscribe for VolumeChanged Notification Luiz Augusto von Dentz
2012-05-18 16:27 ` Johan Hedberg
2012-05-18 17:50 ` Johan Hedberg
2012-05-18 16:11 ` Luiz Augusto von Dentz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337357504-7900-3-git-send-email-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).