From: Tomasz Gorochowik <tgorochowik@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Tomasz Gorochowik <tgorochowik@gmail.com>
Subject: [PATCH BlueZ] lib/sdp: Remove deprecated VIDEO_CONF profile id
Date: Sat, 10 Dec 2016 23:59:26 +0100 [thread overview]
Message-ID: <20161210225926.10179-1-tgorochowik@gmail.com> (raw)
Commit 75e0c32af6bf ("lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with
AV_REMOTE_CONTROLLER_SVCLASS_ID") removed the deprecated
VIDEO_CONF_SVCLASS_ID definition, but left the corresponding profile
definition..
According to the specification linked below A/V_RemoteControlController
UUID can only be used as a service class so its profile definition
should be removed.
https://www.bluetooth.org/en-us/specification/assigned-numbers/service-discovery
---
lib/sdp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/sdp.h b/lib/sdp.h
index cc10e9f..f586eb5 100644
--- a/lib/sdp.h
+++ b/lib/sdp.h
@@ -176,7 +176,6 @@ extern "C" {
#define AV_REMOTE_TARGET_PROFILE_ID AV_REMOTE_TARGET_SVCLASS_ID
#define ADVANCED_AUDIO_PROFILE_ID ADVANCED_AUDIO_SVCLASS_ID
#define AV_REMOTE_PROFILE_ID AV_REMOTE_SVCLASS_ID
-#define VIDEO_CONF_PROFILE_ID VIDEO_CONF_SVCLASS_ID
#define INTERCOM_PROFILE_ID INTERCOM_SVCLASS_ID
#define FAX_PROFILE_ID FAX_SVCLASS_ID
#define HEADSET_AGW_PROFILE_ID HEADSET_AGW_SVCLASS_ID
--
2.10.2
next reply other threads:[~2016-12-10 22:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-10 22:59 Tomasz Gorochowik [this message]
2017-01-16 7:32 ` [PATCH BlueZ] lib/sdp: Remove deprecated VIDEO_CONF profile id Johan Hedberg
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=20161210225926.10179-1-tgorochowik@gmail.com \
--to=tgorochowik@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).