From: Szymon Janc <szymon.janc@tieto.com>
To: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/gatt: Fix not sending write request responses
Date: Tue, 27 May 2014 22:16:04 +0200 [thread overview]
Message-ID: <5629184.VfTTLvXmbY@leonov> (raw)
In-Reply-To: <1401191567-25019-1-git-send-email-jakub.tyszkowski@tieto.com>
Hi Jakub,
On Tuesday 27 of May 2014 13:52:47 Jakub Tyszkowski wrote:
> Responses were pushed to pending response queue but send was never
> triggered.
> ---
> android/gatt.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/android/gatt.c b/android/gatt.c
> index b120834..485a238 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -5007,6 +5007,8 @@ static uint8_t write_req_request(const uint8_t *cmd,
> uint16_t cmd_len, return ATT_ECODE_UNLIKELY;
> }
>
> + process_dev_pending_requests(dev, cmd[0]);
> +
> return 0;
> }
Patch applied, thanks.
--
BR
Szymon Janc
prev parent reply other threads:[~2014-05-27 20:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 11:52 [PATCH] android/gatt: Fix not sending write request responses Jakub Tyszkowski
2014-05-27 20:16 ` 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=5629184.VfTTLvXmbY@leonov \
--to=szymon.janc@tieto.com \
--cc=jakub.tyszkowski@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.