Home
last modified time | relevance | path

Searched refs:AndroidBluetoothDevice (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/pts/
DA2dpPtsTest.py19 from acts_contrib.test_utils.abstract_devices.bluetooth_device import AndroidBluetoothDevice
46 elif isinstance(self.dut, AndroidBluetoothDevice):
DSdpPtsTest.py19 from acts_contrib.test_utils.abstract_devices.bluetooth_device import AndroidBluetoothDevice
116 elif isinstance(self.dut, AndroidBluetoothDevice):
DGattPtsTest.py21 from acts_contrib.test_utils.abstract_devices.bluetooth_device import AndroidBluetoothDevice
54 elif isinstance(self.dut, AndroidBluetoothDevice):
/tools/test/connectivity/acts_tests/tests/google/bt/sdp/
DSdpSetupTest.py25 from acts_contrib.test_utils.abstract_devices.bluetooth_device import AndroidBluetoothDevice
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py46 return AndroidBluetoothDevice(hardware_device)
358 class AndroidBluetoothDevice(BluetoothDevice): class