Searched refs:get_bt_profile_status_using_adb_command (Results 1 – 2 of 2) sorted by relevance
63 …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…
718 def get_bt_profile_status_using_adb_command(self, device_target, profile): member in CallUtils