Return-Path: From: Gowtham Anandha Babu To: linux-bluetooth@vger.kernel.org Cc: bharat.panda@samsung.com, cpgs@samsung.com, Gowtham Anandha Babu Subject: [PATCH 0/7] Add Write Long Characteristic Value client TC Date: Thu, 26 Mar 2015 18:29:05 +0530 Message-id: <1427374752-26053-1-git-send-email-gowtham.ab@samsung.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Adds the below client test cases: 1) Write Long Characteristic Value - by Client 2) Write Long Characteristic Value - Invalid Handle 3) Write Long Characteristic Value - Write Not Permitted 4) Write Long Characteristic Value - Insufficient Authorization 5) Write Long Characteristic Value - Insufficient Authentication 6) Write Long Characteristic Value - Insufficient Encryption Key Size Gowtham Anandha Babu (7): unit/test-gatt: Add TP/GAW/CL/BV-05-C test unit/test-gatt: Add TP/GAW/CL/BI-07-C test unit/test-gatt: Add TP/GAW/CL/BI-08-C test unit/test-gatt: Add TP/GAW/CL/BI-11-C test unit/test-gatt: Add TP/GAW/CL/BI-12-C test unit/test-gatt: Add TP/GAW/CL/BI-13-C test shared/gatt-client: Add const qualifier to prepare write value src/shared/gatt-client.c | 2 +- src/shared/gatt-client.h | 2 +- unit/test-gatt.c | 331 ++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 330 insertions(+), 5 deletions(-) -- 1.9.1