Home
last modified time | relevance | path

Searched refs:get_bt_profile_status_using_adb_command (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/connectivity/
H A Dconnectivity_test_bluetooth_profile.py63 …bt_hfp_status_txt = self.call_utils.get_bt_profile_status_using_adb_command(self.discoverer, const…
68 …bt_map_status = self.call_utils.get_bt_profile_status_using_adb_command(self.discoverer, constants…
73 …bt_avrcp_status = self.call_utils.get_bt_profile_status_using_adb_command(self.discoverer, constan…
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/
H A Dspectatio_utils.py718 def get_bt_profile_status_using_adb_command(self, device_target, profile): member in CallUtils