Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/gatt: Fix missing android address to bdadr conversion
Date: Thu, 08 May 2014 10:36:47 +0200	[thread overview]
Message-ID: <1623131.8qjDlFkzyy@uw000953> (raw)
In-Reply-To: <1399537137-8349-1-git-send-email-grzegorz.kolodziejczyk@tieto.com>

Hi Grzegorz,

On Thursday 08 of May 2014 10:18:57 Grzegorz Kolodziejczyk wrote:
> This fix missing android to bd address conversion before handle
> connection.
> ---
>  android/gatt.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/android/gatt.c b/android/gatt.c
> index 9b96dbf..9e466cf 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -3102,6 +3102,8 @@ static void handle_server_connect(const void *buf, uint16_t len)
>  
>  	DBG("");
>  
> +	android2bdaddr(&cmd->bdaddr, &addr);
> +
>  	status = handle_connect(cmd->server_if, &addr);
>  
>  	ipc_send_rsp(hal_ipc, HAL_SERVICE_ID_GATT, HAL_OP_GATT_SERVER_CONNECT,
> 

Patch applied, thanks.

-- 
Best regards, 
Szymon Janc

      reply	other threads:[~2014-05-08  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-08  8:18 [PATCH] android/gatt: Fix missing android address to bdadr conversion Grzegorz Kolodziejczyk
2014-05-08  8:36 ` 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=1623131.8qjDlFkzyy@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=grzegorz.kolodziejczyk@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox