Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/connectivity/
Dbluetooth_connection_test.py76 self.primary_device.wait_for_connection_success(self.mac_address)
94 self.primary_device.wait_for_connection_success(self.mac_address)
/packages/modules/Bluetooth/system/blueberry/tests/audio_capture/
Dbluetooth_audio_capture_test.py39 self.pri_phone.wait_for_connection_success(self.mac_address)
/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py339 def wait_for_connection_success(self, mac_address: str, timeout: int = 30) -> float: member in AndroidBluetoothDecorator
434 return pairing_time, self.wait_for_connection_success(mac_address)
456 connection_time = self.wait_for_connection_success(mac_address)
509 connect_time = self.wait_for_connection_success(mac_address)