Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 6 of 6) 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.py232 profiles = kwargs.get('profiles')
233 return self.check_dut_status(device, profiles)
235 def check_dut_status(self, device, profiles=None): argument
247 self.logger.info(profiles)
248 for key in profiles:
249 expected[device.dut_type][key] = profiles[key]
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarBasicFunctionalityTest.py56 profiles = check_device_supported_profiles(self.car_ad.droid)
57 if not profiles['a2dp_sink']:
73 profiles = check_device_supported_profiles(self.car_ad.droid)
74 if not profiles['hfp_client']:
90 profiles = check_device_supported_profiles(self.car_ad.droid)
91 if not profiles['pbap_client']:
/tools/test/connectivity/acts/tests/google/bt/
DBtBasicFunctionalityTest.py355 profiles = check_device_supported_profiles(self.droid_ad.droid)
356 if not profiles['hid']:
371 profiles = check_device_supported_profiles(self.droid_ad.droid)
372 if not profiles['hsp']:
387 profiles = check_device_supported_profiles(self.droid_ad.droid)
388 if not profiles['a2dp']:
/tools/acloud/
Drevert_host_setup.sh41 local ACLOUD_VNC_PROFILE=~/.vnc/profiles/acloud_vnc_profile.vnc
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1289 def set_profile_priority(host_ad, client_ad, profiles, priority): argument
1291 for profile in profiles: