diff options
author | tturney <tturney@google.com> | 2017-06-20 11:35:04 -0700 |
---|---|---|
committer | tturney <tturney@google.com> | 2017-06-21 08:25:43 -0700 |
commit | c60b05ddc8d6e58fbcb66c00cfb195aca95e4c38 (patch) | |
tree | da676d6e8e6696bad01809a6f5922b8d7e2ed417 | |
parent | 87e3b9bbbd5a9749a25f551ce11418e5807ec947 (diff) | |
download | platform_tools_test_connectivity-c60b05ddc8d6e58fbcb66c00cfb195aca95e4c38.tar.gz platform_tools_test_connectivity-c60b05ddc8d6e58fbcb66c00cfb195aca95e4c38.tar.bz2 platform_tools_test_connectivity-c60b05ddc8d6e58fbcb66c00cfb195aca95e4c38.zip |
Add HOGP PTS Instructions
Test: Manual
Bug: 62828384
Change-Id: Iaff6927a702997d890240996ae56954356edd302
(cherry picked from commit 632e9bccafa3865fb15d4346d5f73cff82fa3b77)
-rw-r--r-- | acts/tests/google/bt/pts/instructions/HOGP_PTS_INSTRUCTIONS | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/acts/tests/google/bt/pts/instructions/HOGP_PTS_INSTRUCTIONS b/acts/tests/google/bt/pts/instructions/HOGP_PTS_INSTRUCTIONS new file mode 100644 index 0000000000..7fca99ef29 --- /dev/null +++ b/acts/tests/google/bt/pts/instructions/HOGP_PTS_INSTRUCTIONS @@ -0,0 +1,142 @@ +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + +HOGP +================================================================= + +TC_RH_HGRF_BV_01_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + hid_get_report + gattc_list_all_uuids + gattc_read_all_char + [PTS Interaction] Press OK + bta_disable + +TC_RH_HGRF_BV_02_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_desc + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_04_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_desc + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_05_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_desc + [PTS Interaction] Press OK + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_06_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_desc + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_08_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_desc + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_10_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_char + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGRF_BV_12_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + gattc_read_all_char + [PTS Interaction] Press OK + bta_disable + bta_unbond + +TC_RH_HGCF_BV_01_I + bta_start_pairing_helper + gattc_connect_over_le + [PTS Interaction] Enter PIN from phone to PTS + gattc_list_all_uuids + Note: Find all isntance ID of descriptor with 2902 uuid + gattc_enable_notification_desc_by_instance_id 00cb + gattc_enable_notification_desc_by_instance_id 00c5 + gattc_enable_notification_desc_by_instance_id 00a3 + gattc_enable_notification_desc_by_instance_id 007e + gattc_disconnect + +TC_RF_HGNF_BV_01_I + bta_start_pairing_helper + gattc_connect_over_le + [PTS Interaction] Enter PIN from phone to PTS + gattc_list_all_uuids + Note: Find all isntance ID of descriptor with 2902 uuid + gattc_enable_notification_desc_by_instance_id 00cb + gattc_enable_notification_desc_by_instance_id 00c5 + gattc_enable_notification_desc_by_instance_id 00a3 + gattc_enable_notification_desc_by_instance_id 007e + gattc_enable_notification_desc_by_instance_id 0023 + gattc_enable_notification_desc_by_instance_id 0057 + [PTS Interaction] Verify values + gattc_disconnect + +TC_RH_HGNF_BI_01_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + [PTS Interaction] Press OK + gattc_disconnect + bta_unbond + +TC_RH_HGNF_BI_02_I + bta_start_pairing_helper + bta_bond + [PTS Interaction] Enter PIN from phone to PTS + gattc_connect_over_le + [PTS Interaction] Press OK + gattc_disconnect + bta_unbond |