Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py136 profiles = PROFILES_CONNECTED.copy()
137 profiles.update(COMP_PROFILE_CONNECTED)
139 profiles = PROFILES_CONNECTED
140 self.logger.info(profiles)
141 if not bt_util.check_device_bt(device=self.dut, profiles=profiles):
168 profiles = PROFILES_DISCONNECTED.copy()
169 profiles.update(COMP_PROFILE_DISCONNECTED)
171 profiles = PROFILES_DISCONNECTED
172 if not bt_util.check_device_bt(device=self.dut, profiles=profiles):
468 profiles = self._bluetooth_check_profile_connection()
[all …]
Dbt_utils.py234 profiles = kwargs.get('profiles')
235 return self.check_dut_status(device, profiles)
237 def check_dut_status(self, device, profiles=None): argument
249 self.logger.info(profiles)
250 for key in profiles:
251 expected[device.dut_type][key] = profiles[key]
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarBasicFunctionalityTest.py55 profiles = check_device_supported_profiles(self.car_ad.droid)
56 if not profiles['a2dp_sink']:
72 profiles = check_device_supported_profiles(self.car_ad.droid)
73 if not profiles['hfp_client']:
89 profiles = check_device_supported_profiles(self.car_ad.droid)
90 if not profiles['pbap_client']:
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtBasicFunctionalityTest.py354 profiles = check_device_supported_profiles(self.droid_ad.droid)
355 if not profiles['hid']:
370 profiles = check_device_supported_profiles(self.droid_ad.droid)
371 if not profiles['hsp']:
386 profiles = check_device_supported_profiles(self.droid_ad.droid)
387 if not profiles['a2dp']:
/tools/acloud/
Drevert_host_setup.sh41 local ACLOUD_VNC_PROFILE=~/.vnc/profiles/acloud_vnc_profile.vnc
/tools/aadevtools/avd/
DREADME.md10 …AVD images listed in the input CSV file & properly patch to be used for Automotive device profiles.
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1500 def set_profile_priority(host_ad, client_ad, profiles, priority): argument
1502 for profile in profiles: