Return-Path: From: Szymon Janc To: Jakub Tyszkowski Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCHv3] android/pts: Update GAP results Date: Wed, 18 Jun 2014 16:30:38 +0200 Message-ID: <3266715.dmHjjdUyWx@uw000953> In-Reply-To: <1403100561-28681-1-git-send-email-jakub.tyszkowski@tieto.com> References: <1403100561-28681-1-git-send-email-jakub.tyszkowski@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Jakub, On Wednesday 18 of June 2014 16:09:21 Jakub Tyszkowski wrote: > --- > android/pts-gap.txt | 59 ++++++++++++++++++++++++++++++++++++++++------------- > 1 file changed, 45 insertions(+), 14 deletions(-) > > diff --git a/android/pts-gap.txt b/android/pts-gap.txt > index e09f73d..e3acdbb 100644 > --- a/android/pts-gap.txt > +++ b/android/pts-gap.txt > @@ -112,19 +112,32 @@ TC_CONN_UCON_BV_03_C PASS btmgmt connectable on > btmgmt discov limited 30 > TC_CONN_UCON_BV_04_C N/A > TC_CONN_UCON_BV_05_C N/A > -TC_CONN_ACEP_BV_01_C INC No white list support > - Note: pass on some chips with 'gattc connect' > -TC_CONN_ACEP_BV_02_C INC Privacy feature - not implemented > +TC_CONN_ACEP_BV_01_C PASS debugfs: > + echo -n "add 0 1" > /sys/kernel/ > + debug/bluetooth/hciX/le_auto_conn > + btmgmt connectable on > + btmgmt power on > + btmgmt disconnect -t 1 > + debugfs: > + echo -n "clr" > /sys/kernel/debug/bluetooth/ > + hciX/le_auto_conn > +TC_CONN_ACEP_BV_02_C INC Privacy feature - PTS issue #12308 > TC_CONN_GCEP_BV_01_C PASS 'gattc connect' prior to pressing OK on PTS > TC_CONN_GCEP_BV_02_C PASS 'gattc connect' prior to pressing OK on PTS > -TC_CONN_GCEP_BV_03_C INC Privacy feature - not implemented > -TC_CONN_GCEP_BV_04_C INC Privacy feature - not implemented > +TC_CONN_GCEP_BV_03_C PASS gattc connect > + bluetooth create_bond > + gattc connect > + gattc disconnect > +TC_CONN_GCEP_BV_04_C INC Privacy feature - PTS issue #12308 > TC_CONN_SCEP_BV_01_C PASS 'gattc connect' prior to pressing OK on PTS > -TC_CONN_SCEP_BV_02_C INC Privacy feature - not implemented > +TC_CONN_SCEP_BV_02_C INC Privacy feature - PTS issue #12308 > TC_CONN_DCEP_BV_01_C PASS 'gattc connect' prior to pressing OK on PTS > -TC_CONN_DCEP_BV_02_C INC Privacy feature - not implemented > +TC_CONN_DCEP_BV_02_C INC Privacy feature - PTS issue #12308 > TC_CONN_DCEP_BV_03_C PASS > -TC_CONN_DCEP_BV_04_C INC Privacy feature - not implemented > +TC_CONN_DCEP_BV_04_C PASS gattc connect > + gattc create_bond > + gattc connect > + gattc disconnect > TC_CONN_CPUP_BV_01_C N/A > TC_CONN_CPUP_BV_02_C N/A > TC_CONN_CPUP_BV_03_C N/A > @@ -141,8 +154,8 @@ TC_CONN_CPUP_BV_06_C PASS gattc register_client > gattc disconnect > > TC_CONN_TERM_BV_01_C PASS > -TC_CONN_PRDA_BV_01_C INC Privacy feature - not implemented > -TC_CONN_PRDA_BV_02_C INC Privacy feature - not implemented > +TC_CONN_PRDA_BV_01_C INC PTS issue #12207 > +TC_CONN_PRDA_BV_02_C INC PTS issue #12310 > TC_BOND_NBON_BV_01_C PASS > TC_BOND_NBON_BV_02_C PASS haltest: gattc_register_client > gattc connect
> @@ -295,10 +308,28 @@ TC_SEC_CSIGN_BI_04_C PASS haltest: > gattc listen > bluetooth ssp_reply > gatts disconnect > -TC_PRIV_CONN_BV_01_C INC Privacy feature - not implemented > -TC_PRIV_CONN_BV_02_C INC Privacy feature - not implemented > -TC_PRIV_CONN_BV_03_C INC Privacy feature - not implemented > -TC_PRIV_CONN_BV_04_C INC Privacy feature - not implemented > +TC_PRIV_CONN_BV_01_C PASS gattc connect > + gattc create_bond > + gattc search service > + gattc get_characteristic > + gattc write_characteristic (privacy flag) > + gattc write_characteristic (reconnection addr.) > + gattc disconnect > +TC_PRIV_CONN_BV_02_C PASS gattc connect > + gattc search service > + gattc get_characteristic > + gattc write_characteristic (reconnection addr.) > + gattc disconnect > +TC_PRIV_CONN_BV_03_C INC Privacy feature - PTS issue #12308 > +TC_PRIV_CONN_BV_04_C PASS gattc connect > + gattc create_bond > + gattc search service > + gattc get_characteristic > + gattc write_characteristic (privacy flag) > + gattc write_characteristic (reconnection addr.) > + gattc disconnect > + gattc connect > + gattc disconnect > TC_PRIV_CONN_BV_05_C N/A > TC_PRIV_CONN_BV_06_C N/A > TC_PRIV_CONN_BV_07_C N/A > Applied, thanks. -- Best regards, Szymon Janc