From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: Eva Kolanska Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] android/gatt: Update GATT test results Date: Fri, 30 May 2014 14:27:38 +0200 Message-ID: <1489604.JJM6rSi42W@uw000953> In-Reply-To: <1401450709-3180-1-git-send-email-eva.kolanska@tieto.com> References: <1401450709-3180-1-git-send-email-eva.kolanska@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Eva, On Friday 30 of May 2014 13:51:49 Eva Kolanska wrote: > --- > android/pts-gatt.txt | 36 +++++++++++++++++++++++++++++++++--- > 1 file changed, 33 insertions(+), 3 deletions(-) > > diff --git a/android/pts-gatt.txt b/android/pts-gatt.txt > index 5c8fca9..4a650e2 100644 > --- a/android/pts-gatt.txt > +++ b/android/pts-gatt.txt > @@ -842,7 +842,12 @@ TC_GAW_SR_BI_25_C PASS haltest: > gatts add_descriptor: 17 > gatts start_service > gatts send_response: 1 > -TC_GAW_SR_BI_26_C INC > +TC_GAW_SR_BI_26_C PASS haltest: > + gatts add_service > + gatts add_characteristic: > + 10 17 > + gatts add_descriptor: 1 > + gatts start_service > TC_GAW_SR_BI_27_C INC > TC_GAW_SR_BI_29_C PASS haltest: > gatts add_service > @@ -951,8 +956,33 @@ TC_GPA_CL_BV_08_C PASS haltest: > gattc connect > test_command: 224 [u1] 8 > gattc disconnect > -TC_GPA_CL_BV_11_C INC gatttool required > -TC_GPA_CL_BV_12_C INC gatttool required > +TC_GPA_CL_BV_11_C PASS haltest: > + gattc connect > + Repeat following steps 5 times: > + 1.Find Characteristic Aggregate Format > + gattc test_command 224 [u1] 8 > + 2.Read aggregate descriptor > + gattc test_command 224 [u1] 10 > + 3.Read 3 handles from aggregate descriptor > + value > + gattc test_command 224 [u1] 10 > + 4.Compare descriptors values > + gattc disconnect > + > +TC_GPA_CL_BV_12_C PASS haltest: > + gattc connect > + Repeat following steps 5 times: > + 1.Find Characteristic Presentation Format > + gattc test_command 224 [u1] 8 > + 2.Find characteristic in this range > + gattc test_command 224 2803 [u1] 8 > + 3.Read characteristic declaration > + gattc test_command 224 [u1] 10 > + 4.Read characteristic value > + gattc test_command 224 [u1] 10 > + 5.Compare characteristic value and > + presentation format > + gattc disconnect > TC_GPA_SR_BV_01_C PASS > TC_GPA_SR_BV_02_C PASS haltest: > gatts add_service > Applied, thanks. -- Best regards, Szymon Janc