All of lore.kernel.org
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] socket: Convert service UUID to 16 or 32 bits if possible
Date: Wed, 18 Jun 2014 20:19:04 +0200	[thread overview]
Message-ID: <3058640.xODuIA97Z3@leonov> (raw)
In-Reply-To: <1403114187-16518-1-git-send-email-szymon.janc@tieto.com>

On Wednesday 18 of June 2014 19:56:27 Szymon Janc wrote:
> ---
>  android/socket.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/android/socket.c b/android/socket.c
> index 99d6bec..2b836e9 100644
> --- a/android/socket.c
> +++ b/android/socket.c
> @@ -360,6 +360,7 @@ static sdp_record_t *create_app_record(uint8_t chan,
>  	uuid_t uuid;
> 
>  	sdp_uuid128_create(&uuid, app_uuid);
> +	sdp_uuid128_to_uuid(&uuid);
> 
>  	record = create_rfcomm_record(chan, &uuid, svc_name, false);
>  	if (!record)

Pushed (with fixed commit message prefix).

-- 
BR
Szymon Janc

      reply	other threads:[~2014-06-18 18:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-18 17:56 [PATCH] socket: Convert service UUID to 16 or 32 bits if possible Szymon Janc
2014-06-18 18:19 ` Szymon Janc [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=3058640.xODuIA97Z3@leonov \
    --to=szymon.janc@tieto.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.