All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] shared/gatt-client: Add support for prepare/execute write
@ 2015-03-06 16:48 Lukasz Rymanowski
  2015-03-06 16:48 ` [PATCH v3 1/7] tools/btgatt-client: Minor fix of menu alignment Lukasz Rymanowski
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Lukasz Rymanowski @ 2015-03-06 16:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

This is v3 of previous [PATCH 1/2] shared/gatt-client: Add write prepare and execute

v2 handles comments from Luiz plus some clean ups.

Main change is that gatt client can start reliable session by calling write prepare
with id == 0. In return gatt client will get session id which should be used in
following write prepare and execute write.

This set also makes sure that on bt_gatt_client_cancel, reliable session will be
correctly terminated.

Last patch adds means to test this with btgatt-client

v3:
* Forgoten fixup on last patch now is merged.

Lukasz Rymanowski (7):
  tools/btgatt-client: Minor fix of menu alignment
  shared/gatt-client: Add helper to cancel long write request
  shared/gatt-client: Make usage of cancel_long_write_cb
  shared/gatt-client: Add write prepare and execute
  shared/gatt-client: Add coexistence of long write and prepare write
  shared/gatt-client: Support cancel of prepare write
  tools/btgatt-client: Add prepare and execute write

 src/shared/gatt-client.c | 350 ++++++++++++++++++++++++++++++++++++++++++-----
 src/shared/gatt-client.h |  13 ++
 tools/btgatt-client.c    | 208 +++++++++++++++++++++++++++-
 3 files changed, 537 insertions(+), 34 deletions(-)

-- 
1.8.4


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

end of thread, other threads:[~2015-03-09 10:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06 16:48 [PATCH v3 0/7] shared/gatt-client: Add support for prepare/execute write Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 1/7] tools/btgatt-client: Minor fix of menu alignment Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 2/7] shared/gatt-client: Add helper to cancel long write request Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 3/7] shared/gatt-client: Make usage of cancel_long_write_cb Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 4/7] shared/gatt-client: Add write prepare and execute Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 5/7] shared/gatt-client: Add coexistence of long write and prepare write Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 6/7] shared/gatt-client: Support cancel of " Lukasz Rymanowski
2015-03-06 16:48 ` [PATCH v3 7/7] tools/btgatt-client: Add prepare and execute write Lukasz Rymanowski
2015-03-09  7:04   ` Gowtham Anandha Babu
2015-03-09 10:28     ` Lukasz Rymanowski

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.