From: Nathan Holstein <ngh@isomerica.net>
To: linux-bluetooth@vger.kernel.org
Cc: epx@signove.com
Subject: Re: [PATCH] Changed MDP profile name and macros to HDP
Date: Thu, 06 May 2010 16:51:30 -0400 [thread overview]
Message-ID: <1273179090.8329.21.camel@localhost.localdomain> (raw)
In-Reply-To: <1273178318-10490-1-git-send-email-epx@signove.com>
On Thu, 2010-05-06 at 17:38 -0300, Elvis Pfützenreuter wrote:
> ---
> lib/sdp.c | 6 +++---
> lib/sdp.h | 12 ++++++------
> tools/sdptool.c | 6 +++---
> 3 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/lib/sdp.c b/lib/sdp.c
> index aa22c63..ca3b4c4 100644
> --- a/lib/sdp.c
> +++ b/lib/sdp.c
> @@ -201,9 +201,9 @@ static struct tupla ServiceClass[] = {
> { VIDEO_SOURCE_SVCLASS_ID, "Video Source" },
> { VIDEO_SINK_SVCLASS_ID, "Video Sink" },
> { VIDEO_DISTRIBUTION_SVCLASS_ID, "Video Distribution" },
> - { MDP_SVCLASS_ID, "MDP" },
> - { MDP_SOURCE_SVCLASS_ID, "MDP Source" },
> - { MDP_SINK_SVCLASS_ID, "MDP Sink" },
> + { HDP_SVCLASS_ID, "HDP" },
> + { HDP_SOURCE_SVCLASS_ID, "HDP Source" },
> + { HDP_SINK_SVCLASS_ID, "HDP Sink" },
> { APPLE_AGENT_SVCLASS_ID, "Apple Agent" },
> { 0 }
> };
> diff --git a/lib/sdp.h b/lib/sdp.h
> index 5b2901f..9c15ace 100644
> --- a/lib/sdp.h
> +++ b/lib/sdp.h
> @@ -140,9 +140,9 @@ extern "C" {
> #define VIDEO_SOURCE_SVCLASS_ID 0x1303
> #define VIDEO_SINK_SVCLASS_ID 0x1304
> #define VIDEO_DISTRIBUTION_SVCLASS_ID 0x1305
> -#define MDP_SVCLASS_ID 0x1400
> -#define MDP_SOURCE_SVCLASS_ID 0x1401
> -#define MDP_SINK_SVCLASS_ID 0x1402
> +#define HDP_SVCLASS_ID 0x1400
> +#define HDP_SOURCE_SVCLASS_ID 0x1401
> +#define HDP_SINK_SVCLASS_ID 0x1402
> #define APPLE_AGENT_SVCLASS_ID 0x2112
>
> /*
> @@ -212,9 +212,9 @@ extern "C" {
> #define VIDEO_SOURCE_PROFILE_ID VIDEO_SOURCE_SVCLASS_ID
> #define VIDEO_SINK_PROFILE_ID VIDEO_SINK_SVCLASS_ID
> #define VIDEO_DISTRIBUTION_PROFILE_ID VIDEO_DISTRIBUTION_SVCLASS_ID
> -#define MDP_PROFILE_ID MDP_SVCLASS_ID
> -#define MDP_SOURCE_PROFILE_ID MDP_SROUCE_SVCLASS_ID
> -#define MDP_SINK_PROFILE_ID MDP_SINK_SVCLASS_ID
> +#define HDP_PROFILE_ID HDP_SVCLASS_ID
> +#define HDP_SOURCE_PROFILE_ID HDP_SROUCE_SVCLASS_ID
Careful...there's a typo here from old versions of Bluez. This should
be "HDP_SOURCE_SVCLASS_ID" not "HDP_SROUCE_SVCLASS_ID".
> +#define HDP_SINK_PROFILE_ID HDP_SINK_SVCLASS_ID
> #define APPLE_AGENT_PROFILE_ID APPLE_AGENT_SVCLASS_ID
>
> /*
> diff --git a/tools/sdptool.c b/tools/sdptool.c
> index 89166ae..1de53e8 100644
> --- a/tools/sdptool.c
> +++ b/tools/sdptool.c
> @@ -322,9 +322,9 @@ static struct uuid_def uuid16_names[] = {
> { 0x1303, "VideoSource", NULL, 0 },
> { 0x1304, "VideoSink", NULL, 0 },
> { 0x1305, "VideoDistribution", NULL, 0 },
> - { 0x1400, "MDP", NULL, 0 },
> - { 0x1401, "MDPSource", NULL, 0 },
> - { 0x1402, "MDPSink", NULL, 0 },
> + { 0x1400, "HDP", NULL, 0 },
> + { 0x1401, "HDPSource", NULL, 0 },
> + { 0x1402, "HDPSink", NULL, 0 },
> { 0x2112, "AppleAgent", NULL, 0 },
> };
--nathan
prev parent reply other threads:[~2010-05-06 20:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-06 20:38 [PATCH] Changed MDP profile name and macros to HDP Elvis Pfützenreuter
2010-05-06 20:51 ` Johan Hedberg
2010-05-06 20:51 ` Nathan Holstein [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=1273179090.8329.21.camel@localhost.localdomain \
--to=ngh@isomerica.net \
--cc=epx@signove.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).