From 47536a57a9eb12a286e4a45840f5a2be2501c032 Mon Sep 17 00:00:00 2001 From: Jakub Tyszkowski Date: Fri, 22 Nov 2013 11:47:40 +0100 Subject: [PATCH] android/pics: Add PTS PICS for DID PTS PICS for DID, targeting Android 4.4. --- android/Makefile.am | 2 +- android/pics-did.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 android/pics-did.txt diff --git a/android/Makefile.am b/android/Makefile.am index eeff91243..5f6b1a39a 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -85,4 +85,4 @@ 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-pan.txt android/pics-did.txt diff --git a/android/pics-did.txt b/android/pics-did.txt new file mode 100644 index 000000000..8f92bc1af --- /dev/null +++ b/android/pics-did.txt @@ -0,0 +1,31 @@ +DID PICS for the PTS tool. + +* - different than PTS defaults +# - not yet implemented/supported + +M - mandatory +O - optional + + Version +------------------------------------------------------------------------------- +Parameter Name Selected Description +------------------------------------------------------------------------------- +TSPC_DID_0_1 False Device ID 1.2 (C.1) +TSPC_DID_0_2 True Device ID 1.3 (C.1) +------------------------------------------------------------------------------- +C.1: It is mandatory to support one of the profile versions. +------------------------------------------------------------------------------- + + + SDP Requirements +------------------------------------------------------------------------------- +Parameter Name Selected Description +------------------------------------------------------------------------------- +TSPC_DID_1_1 True Specification ID (M) +TSPC_DID_1_2 True Vendor ID (M) +TSPC_DID_1_3 True Product ID (M) +TSPC_DID_1_4 True Version (M) +TSPC_DID_1_5 True Primary Record (M) +TSPC_DID_1_6 True Vendor ID Source (M) +TSPC_ALL False Turns on all the test cases +------------------------------------------------------------------------------- -- 2.47.3