Home
last modified time | relevance | path

Searched refs:check_device_supported_profiles (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarBasicFunctionalityTest.py26 from acts.test_utils.bt.bt_test_utils import check_device_supported_profiles
55 profiles = check_device_supported_profiles(self.car_ad.droid)
72 profiles = check_device_supported_profiles(self.car_ad.droid)
89 profiles = check_device_supported_profiles(self.car_ad.droid)
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtBasicFunctionalityTest.py27 from acts.test_utils.bt.bt_test_utils import check_device_supported_profiles
354 profiles = check_device_supported_profiles(self.droid_ad.droid)
370 profiles = check_device_supported_profiles(self.droid_ad.droid)
386 profiles = check_device_supported_profiles(self.droid_ad.droid)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py122 def check_device_supported_profiles(droid): function