Home
last modified time | relevance | path

Searched refs:WaitDisconnection (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py129 self.dut.aio.host.WaitDisconnection(connection=dut_ref),
213 self.dut.aio.host.WaitDisconnection(connection=dut_ref),
/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py155 await device.aio.host.WaitDisconnection(connection=connection, timeout=timeout)
387 self.dut.aio.host.WaitDisconnection(connection=dut_ref_left),
391 self.dut.aio.host.WaitDisconnection(connection=dut_ref_right),
421 await self.ref_left.aio.host.WaitDisconnection(ref_dut)
733 self.dut.aio.host.WaitDisconnection(connection=dut_ref_left),
745 self.dut.aio.host.WaitDisconnection(connection=dut_ref_right),
Dgatt_test.py317 await device.aio.host.WaitDisconnection(connection=connection, timeout=5)
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py294 async def WaitDisconnection(self, request: host_pb2.WaitDisconnectionRequest, member in HostService