All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcin Kraglak <marcin.kraglak@tieto.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCHv2 0/9] Read-by-type functionality
Date: Wed, 19 Nov 2014 12:26:24 +0100	[thread overview]
Message-ID: <1416396393-19997-1-git-send-email-marcin.kraglak@tieto.com> (raw)

It allows user to perform Read By Type requests with given UUID

v2:
	Implementation moved to gatt-helpers instead of gatt-client
	after conversation with Arman and Luiz.

Marcin Kraglak (9):
  shared/gatt-helpers: Add read-by-type functionality
  shared/gatt-helpers: Add iterator to read_by_type results
  unit/test-gatt: Add /TP/GAR/CL/BV-03-C-1 test
  unit/test-gatt: Add /TP/GAR/CL/BV-03-C-2 test
  unit/test-gatt: Add /TP/GAR/CL/BI-06-C test
  unit/test-gatt: Add /TP/GAR/CL/BI-07-C test
  unit/test-gatt: Add /TP/GAR/CL/BI-09-C test
  unit/test-gatt: Add /TP/GAR/CL/BI-10-C test
  unit/test-gatt: Add /TP/GAR/CL/BI-11-C test

 src/shared/gatt-helpers.c | 152 ++++++++++++++++++++++++++++++++++++++++++-
 src/shared/gatt-helpers.h |   9 +++
 unit/test-gatt.c          | 160 ++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 316 insertions(+), 5 deletions(-)

-- 
1.9.3


             reply	other threads:[~2014-11-19 11:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-19 11:26 Marcin Kraglak [this message]
2014-11-19 11:26 ` [PATCHv2 1/9] shared/gatt-helpers: Add read-by-type functionality Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 2/9] shared/gatt-helpers: Add iterator to read_by_type results Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 3/9] unit/test-gatt: Add /TP/GAR/CL/BV-03-C-1 test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 4/9] unit/test-gatt: Add /TP/GAR/CL/BV-03-C-2 test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 5/9] unit/test-gatt: Add /TP/GAR/CL/BI-06-C test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 6/9] unit/test-gatt: Add /TP/GAR/CL/BI-07-C test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 7/9] unit/test-gatt: Add /TP/GAR/CL/BI-09-C test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 8/9] unit/test-gatt: Add /TP/GAR/CL/BI-10-C test Marcin Kraglak
2014-11-19 11:26 ` [PATCHv2 9/9] unit/test-gatt: Add /TP/GAR/CL/BI-11-C test Marcin Kraglak
2014-11-19 16:56 ` [PATCHv2 0/9] Read-by-type functionality Luiz Augusto von Dentz

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=1416396393-19997-1-git-send-email-marcin.kraglak@tieto.com \
    --to=marcin.kraglak@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.