Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/sdp/
DSdpSetupTest.py27 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device
38 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])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py34 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device
53 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])
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py46 from acts_contrib.test_utils.abstract_devices.bluetooth_device import create_bluetooth_device
89 self.test_dut = create_bluetooth_device(self.pri_dut)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py36 def create_bluetooth_device(hardware_device): function