From: Szymon Janc <szymon.janc@tieto.com>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ] android/hog: Fix using invalid range for external report
Date: Thu, 26 Jun 2014 09:45:10 +0200 [thread overview]
Message-ID: <1424193.PU3ordgJzu@uw000953> (raw)
In-Reply-To: <1403696947-6777-1-git-send-email-luiz.dentz@gmail.com>
Hi Luiz,
On Wednesday 25 of June 2014 14:49:07 Luiz Augusto von Dentz wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> ---
> android/hog.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/hog.c b/android/hog.c
> index 652c374..4f1a4a8 100644
> --- a/android/hog.c
> +++ b/android/hog.c
> @@ -303,7 +303,7 @@ static void external_report_reference_cb(guint8 status, const guint8 *pdu,
> DBG("External report reference read, external report characteristic "
> "UUID: 0x%04x", uuid16);
> bt_uuid16_create(&uuid, uuid16);
> - gatt_discover_char(hog->attrib, 0x00, 0xff, &uuid,
> + gatt_discover_char(hog->attrib, 0x0001, 0xffff, &uuid,
> external_service_char_cb, hog);
> }
>
Applied, thanks.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2014-06-26 7:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 11:49 [PATCH BlueZ] android/hog: Fix using invalid range for external report Luiz Augusto von Dentz
2014-06-26 7:45 ` 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=1424193.PU3ordgJzu@uw000953 \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/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