From b902c1ae3b63019bda4d8622a11338db55f81e3a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 11 Dec 2013 16:27:12 +0100 Subject: [PATCH] android/pts: Add PTS PIXIT for DID This complements PTS PICS configuration. --- android/Makefile.am | 3 ++- android/pixit-did.txt | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 android/pixit-did.txt diff --git a/android/Makefile.am b/android/Makefile.am index f3e77c3a7..0ffbdb09e 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -106,4 +106,5 @@ endif EXTRA_DIST += android/Android.mk android/hal-ipc-api.txt android/README \ android/pics-gap.txt android/pics-hid.txt \ android/pics-pan.txt android/pics-did.txt \ - android/pics-opp.txt android/pics-pbap.txt + android/pics-opp.txt android/pics-pbap.txt \ + android/pixit-did.txt diff --git a/android/pixit-did.txt b/android/pixit-did.txt new file mode 100644 index 000000000..2527845d1 --- /dev/null +++ b/android/pixit-did.txt @@ -0,0 +1,22 @@ +DID PIXIT for the PTS tool. + +* - different than PTS defaults +& - should be set to IUT Bluetooth address + + Required PIXIT settings +------------------------------------------------------------------------------- +Parameter Name Value +------------------------------------------------------------------------------- +TSPX_security_enabled False +TSPX_ClientExecutableURL False (*) +TSPX_ServiceDescription False (*) +TSPX_DocumentationURL False (*) +TSPX_bd_addr_iut 112233445566 (*&) +TSPX_class_of_device_pts 200404 +TSPX_device_search_time 30 +TSPX_delete_link_key False +TSPX_pin_code 0000 +TSPX_time_guard 200000 +TSPX_use_implicit_send True +TSPX_secure_simple_pairing_pass_key_confirmation False +------------------------------------------------------------------------------- -- 2.11.0