Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 00/10] android/gatt: GATT Client write types support
@ 2014-04-12 22:00 Lukasz Rymanowski
  2014-04-12 22:00 ` [PATCH 01/10] attrib: Add API for reliable write Lukasz Rymanowski
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Lukasz Rymanowski @ 2014-04-12 22:00 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: szymon.janc, johan.hedberg, claudio.takahasi, anderson.lizardo,
	armansito, Lukasz Rymanowski

This patch set adds support for different write types.
For this I had to expose some additional API from attrib.

Only signed write left to implement.

This patch set also do some code cleaning.

Lukasz Rymanowski (10):
  attrib: Add API for reliable write
  attrib: Expose write execute
  android/gatt: Add helper to create descr_data
  android/gatt: Avoid double helper struct for read/write characteristic
  android/gatt: Add helper to create characteristic op data
  android/gatt: Fix error msg
  android/gatt: Daemon accepts only default write type
  android/gatt: Add support for reliable write
  android/gatt: Add support for write execute
  android/gatt: Add support for write without response

 android/gatt.c | 264 ++++++++++++++++++++++++++++++++++++++++++---------------
 attrib/gatt.c  |  24 ++++++
 attrib/gatt.h  |   8 ++
 3 files changed, 226 insertions(+), 70 deletions(-)

-- 
1.8.4


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

end of thread, other threads:[~2014-04-14 14:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 22:00 [PATCH 00/10] android/gatt: GATT Client write types support Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 01/10] attrib: Add API for reliable write Lukasz Rymanowski
2014-04-14 14:28   ` Szymon Janc
2014-04-12 22:00 ` [PATCH 02/10] attrib: Expose write execute Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 03/10] android/gatt: Add helper to create descr_data Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 04/10] android/gatt: Avoid double helper struct for read/write characteristic Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 05/10] android/gatt: Add helper to create characteristic op data Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 06/10] android/gatt: Fix error msg Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 07/10] android/gatt: Daemon accepts only default write type Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 08/10] android/gatt: Add support for reliable write Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 09/10] android/gatt: Add support for write execute Lukasz Rymanowski
2014-04-12 22:00 ` [PATCH 10/10] android/gatt: Add support for write without response Lukasz Rymanowski
2014-04-14 14:23 ` [PATCH 00/10] android/gatt: GATT Client write types support Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox