Searched refs:create_bluetooth_device (Results 1 – 4 of 4) sorted by relevance
27 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device38 self.dut = create_bluetooth_device(self.fuchsia_devices[0])40 self.dut = create_bluetooth_device(self.android_devices[0])46 self.dut = create_bluetooth_device(self.fuchsia_devices[0])
34 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device53 self.dut = create_bluetooth_device(self.fuchsia_devices[0])55 self.dut = create_bluetooth_device(self.android_devices[0])61 self.dut = create_bluetooth_device(self.fuchsia_devices[0])
46 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device89 self.test_dut = create_bluetooth_device(self.pri_dut)
36 def create_bluetooth_device(hardware_device): function