All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/9] Read-by-type functionality
@ 2014-11-19 11:26 Marcin Kraglak
  2014-11-19 11:26 ` [PATCHv2 1/9] shared/gatt-helpers: Add read-by-type functionality Marcin Kraglak
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Marcin Kraglak @ 2014-11-19 11:26 UTC (permalink / raw)
  To: linux-bluetooth

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-19 16:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19 11:26 [PATCHv2 0/9] Read-by-type functionality Marcin Kraglak
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

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.