From: Szymon Janc <szymon.janc@tieto.com>
To: Marcin Kraglak <marcin.kraglak@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 01/14] android/tester: Fix characteristic instance ID
Date: Thu, 11 Sep 2014 10:32:01 +0200 [thread overview]
Message-ID: <2695017.9mdRHVIbgt@uw000953> (raw)
In-Reply-To: <1410415732-23212-1-git-send-email-marcin.kraglak@tieto.com>
Hi Marcin,
On Thursday 11 of September 2014 08:08:39 Marcin Kraglak wrote:
> Characteristics instance id starts from 1.
> ---
> android/tester-gatt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/tester-gatt.c b/android/tester-gatt.c
> index 2067ec3..1507803 100644
> --- a/android/tester-gatt.c
> +++ b/android/tester-gatt.c
> @@ -148,7 +148,7 @@ static btgatt_srvc_id_t service_2 = {
> };
>
> static btgatt_gatt_id_t characteristic_1 = {
> - .inst_id = 0,
> + .inst_id = 1,
> .uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
> 0x00, 0x10, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00}
> };
All patches applied, thanks.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2014-09-11 8:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 6:08 [PATCH 01/14] android/tester: Fix characteristic instance ID Marcin Kraglak
2014-09-11 6:08 ` [PATCH 02/14] android/tester: Add GATT Get Characteristic 2 test case Marcin Kraglak
2014-09-11 6:08 ` [PATCH 03/14] android/gatt: Fix sending callback in get_characteristic Marcin Kraglak
2014-09-11 6:08 ` [PATCH 04/14] android/tester: Add support for GATT Get Descriptor callback Marcin Kraglak
2014-09-11 6:08 ` [PATCH 05/14] android/tester: Add GATT Get Descriptor 1 test case Marcin Kraglak
2014-09-11 6:08 ` [PATCH 06/14] android/tester: Add GATT Get Descriptor 2 " Marcin Kraglak
2014-09-11 6:08 ` [PATCH 07/14] android/gatt: Fix descripors instance IDs Marcin Kraglak
2014-09-11 6:08 ` [PATCH 08/14] android/tester: Add GATT Get Descriptor 3 test case Marcin Kraglak
2014-09-11 6:08 ` [PATCH 09/14] android/gatt: Fix sending Get Descriptor callback Marcin Kraglak
2014-09-11 6:08 ` [PATCH 10/14] android/tester: Add support for GATT Get Included Service callback Marcin Kraglak
2014-09-11 6:08 ` [PATCH 11/14] android/tester: Add GATT Get Included Service 1 test case Marcin Kraglak
2014-09-11 6:08 ` [PATCH 12/14] android/tester: Add GATT Get Included Service 2 " Marcin Kraglak
2014-09-11 6:08 ` [PATCH 13/14] android/tester: Add GATT Get Included Service 3 " Marcin Kraglak
2014-09-11 6:08 ` [PATCH 14/14] android/tester: Verify GATT instace IDs in callbacks Marcin Kraglak
2014-09-11 8:32 ` 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=2695017.9mdRHVIbgt@uw000953 \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcin.kraglak@tieto.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