Searched refs:TopshimDevice (Results 1 – 2 of 2) sorted by relevance
40 from blueberry.tests.topshim.lib.topshim_device import TopshimDevice173 self.__dut = TopshimDevice(dut_adapter, GattClient(port=self.dut_port),177 self.__cert = TopshimDevice(cert_adapter, GattClient(port=self.cert_port),
75 class TopshimDevice(AsyncClosable): class