Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py40 from blueberry.tests.topshim.lib.topshim_device import TopshimDevice
173 self.__dut = TopshimDevice(dut_adapter, GattClient(port=self.dut_port),
177 self.__cert = TopshimDevice(cert_adapter, GattClient(port=self.cert_port),
Dtopshim_device.py75 class TopshimDevice(AsyncClosable): class