linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] support signed write command
@ 2014-11-07  9:04 Gu Chaojie
  2014-11-07  9:04 ` [PATCH v5 1/3] shared/att.c:Add signed command outgoing and CSRK function Gu Chaojie
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Gu Chaojie @ 2014-11-07  9:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Gu Chaojie

* This patch set give user dedicated command to set CSRK option and seperate from signed write command implementation in the previous patch
* Remove the valid_csrk flag, use struct signed_write_info make implementation more clear and simple
* signed_counter will initialize when CSRK be set, remove signed_counter initialization in bt_att_new procedure.

Gu Chaojie (3):
  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 with CSRK option

 src/shared/att-types.h   |   3 +
 src/shared/att.c         | 146 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/shared/att.h         |  12 ++++
 src/shared/gatt-client.c |  21 +++++--
 src/shared/gatt-client.h |   4 ++
 tools/btgatt-client.c    |  69 +++++++++++++++++++++-
 6 files changed, 245 insertions(+), 10 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH v5 0/3] support signed write command
@ 2014-11-06  6:42 Gu Chaojie
  2014-11-06  6:42 ` [PATCH v5 2/3] shared/gatt-client:Add CSRK part to support signed write Gu Chaojie
  0 siblings, 1 reply; 12+ messages in thread
From: Gu Chaojie @ 2014-11-06  6:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Gu Chaojie

*This patch set give user dedicated command to set CSRK option and seperate from
 signed write command implementation in previous patchset.
*Remove the valid_csrk flag, use struct signed_write_info make implementaion more
 clear and simple.
*signed_counter will initialize automatically when CSRK setup, remove initialization
 in bt_att_new procedure. 

Gu Chaojie (3):
  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 with CSRK option

 src/shared/att-types.h   |   3 +
 src/shared/att.c         | 146 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/shared/att.h         |  12 ++++
 src/shared/gatt-client.c |  21 +++++--
 src/shared/gatt-client.h |   4 ++
 tools/btgatt-client.c    |  69 +++++++++++++++++++++-
 6 files changed, 245 insertions(+), 10 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-02-20  3:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07  9:04 [PATCH v5 0/3] support signed write command Gu Chaojie
2014-11-07  9:04 ` [PATCH v5 1/3] shared/att.c:Add signed command outgoing and CSRK function Gu Chaojie
2014-12-16 12:43   ` Szymon Janc
2014-11-07  9:04 ` [PATCH v5 2/3] shared/gatt-client:Add CSRK part to support signed write Gu Chaojie
2014-12-16 12:43   ` Szymon Janc
2014-11-07  9:04 ` [PATCH v5 3/3] tools/btgatt-client:Add signed write with CSRK option Gu Chaojie
2014-12-16 12:43   ` Szymon Janc
2014-12-15 16:41 ` [PATCH v5 0/3] support signed write command Arman Uguray
2015-02-17 13:24   ` Luiz Augusto von Dentz
2015-02-20  3:33     ` Gu, Chao Jie
2015-02-20  3:37       ` Arman Uguray
  -- strict thread matches above, loose matches on Subject: below --
2014-11-06  6:42 Gu Chaojie
2014-11-06  6:42 ` [PATCH v5 2/3] shared/gatt-client:Add CSRK part to support signed write Gu Chaojie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).