Return-Path: From: Gu Chaojie To: linux-bluetooth@vger.kernel.org Cc: Gu Chaojie Subject: [PATCH v5 0/3] support signed write command Date: Thu, 6 Nov 2014 14:42:46 +0800 Message-Id: <1415256169-3420-1-git-send-email-chao.jie.gu@intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: *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