All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] support signed write command
@ 2014-09-26  7:48 Gu Chaojie
  2014-09-26  7:48 ` [PATCH v3 1/4] shared/att.c: Add signed command outgoing and CSRK function Gu Chaojie
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Gu Chaojie @ 2014-09-26  7:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Gu Chaojie

This patch set submit Makefile.tools change to fix patch set v2 link issue.
And remove type enum in the CSRK related funtion make a call to these API
more clear.

Gu Chaojie (4):
  shared/att.c: Add signed command outgoing and CSRK function
  shared/gatt-client: Add CSRK part to support signed write
  tools/btgatt-client: Add signed write CSRK option
  Modify Makefile.tool to link

 Makefile.tools           |    3 +-
 src/shared/att-types.h   |    3 ++
 src/shared/att.c         |  120 ++++++++++++++++++++++++++++++++++++++++++++--
 src/shared/att.h         |   16 +++++++
 src/shared/gatt-client.c |   27 +++++++++--
 src/shared/gatt-client.h |    4 ++
 tools/btgatt-client.c    |   35 +++++++++++++-
 7 files changed, 197 insertions(+), 11 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2014-09-29  8:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26  7:48 [PATCH v3 0/4] support signed write command Gu Chaojie
2014-09-26  7:48 ` [PATCH v3 1/4] shared/att.c: Add signed command outgoing and CSRK function Gu Chaojie
2014-09-26 22:30   ` Lukasz Rymanowski
2014-09-27  9:26     ` Gu, Chao Jie
2014-09-29  8:08       ` Lukasz Rymanowski
2014-09-29  8:48         ` Gu, Chao Jie
2014-09-26  7:48 ` [PATCH v3 2/4] shared/gatt-client: Add CSRK part to support signed write Gu Chaojie
2014-09-26  9:55   ` Marcel Holtmann
2014-09-27  8:42     ` Gu, Chao Jie
2014-09-27  8:51       ` Marcel Holtmann
2014-09-26 22:35   ` Lukasz Rymanowski
2014-09-27  9:36     ` Gu, Chao Jie
2014-09-29  8:09       ` Lukasz Rymanowski
2014-09-29  8:53         ` Gu, Chao Jie
2014-09-26  7:48 ` [PATCH v3 3/4] tools/btgatt-client: Add signed write CSRK option Gu Chaojie
2014-09-26  7:48 ` [PATCH v3 4/4] Modify Makefile.tool to link Gu Chaojie

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.