Searched refs:BluetoothRelayDevice (Results 1 – 14 of 14) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | dongles.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 36 class SingleButtonDongle(BluetoothRelayDevice): 43 BluetoothRelayDevice.__init__(self, config, relay_rig) 66 BluetoothRelayDevice.setup(self) 70 BluetoothRelayDevice.clean_up(self) 73 class ThreeButtonDongle(BluetoothRelayDevice): 81 BluetoothRelayDevice.__init__(self, config, relay_rig) 86 BluetoothRelayDevice.setup(self) 90 BluetoothRelayDevice.clean_up(self)
|
D | logitech_headset.py | 22 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 33 class LogitechAudioReceiver(BluetoothRelayDevice): 35 BluetoothRelayDevice.__init__(self, config, relay_rig) 40 BluetoothRelayDevice.setup(self) 44 BluetoothRelayDevice.clean_up(self)
|
D | skullcandy.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 29 class Skullcandy(BluetoothRelayDevice): 36 BluetoothRelayDevice.__init__(self, config, relay_rig) 52 BluetoothRelayDevice.setup(self) 56 BluetoothRelayDevice.clean_up(self)
|
D | ak_xb10_speaker.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 31 class AkXB10Speaker(BluetoothRelayDevice): 38 BluetoothRelayDevice.__init__(self, config, relay_rig) 57 BluetoothRelayDevice.setup(self) 61 BluetoothRelayDevice.clean_up(self)
|
D | sony_xb20_speaker.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 29 class SonyXB20Speaker(BluetoothRelayDevice): 36 BluetoothRelayDevice.__init__(self, config, relay_rig) 55 BluetoothRelayDevice.setup(self) 59 BluetoothRelayDevice.clean_up(self)
|
D | sony_xb2_speaker.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 31 class SonyXB2Speaker(BluetoothRelayDevice): 38 BluetoothRelayDevice.__init__(self, config, relay_rig) 57 BluetoothRelayDevice.setup(self) 61 BluetoothRelayDevice.clean_up(self)
|
D | fugu_remote.py | 20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 31 class FuguRemote(BluetoothRelayDevice): 38 BluetoothRelayDevice.__init__(self, config, relay_rig) 43 BluetoothRelayDevice.setup(self) 51 BluetoothRelayDevice.clean_up(self)
|
D | tao_tronics_headset.py | 20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 33 class TaoTronicsCarkit(BluetoothRelayDevice): 36 BluetoothRelayDevice.__init__(self, config, relay_rig) 41 BluetoothRelayDevice.setup(self)
|
D | i6s_headset.py | 20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 37 class I6sHeadset(BluetoothRelayDevice): 40 BluetoothRelayDevice.__init__(self, config, relay_rig) 45 BluetoothRelayDevice.setup(self)
|
D | power_supply.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 27 class PowerSupply(BluetoothRelayDevice): 33 BluetoothRelayDevice.__init__(self, config, relay_rig)
|
D | headset.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 29 class Headset(BluetoothRelayDevice): 35 BluetoothRelayDevice.__init__(self, config, relay_rig)
|
D | earstudio_receiver.py | 20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 36 class EarstudioReceiver(BluetoothRelayDevice): 39 BluetoothRelayDevice.__init__(self, config, relay_rig)
|
D | jaybird_x3.py | 20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice 36 class JaybirdX3Earbuds(BluetoothRelayDevice): 42 BluetoothRelayDevice.__init__(self, config, relay_rig)
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/devices/ |
D | bluetooth_relay_device.py | 20 class BluetoothRelayDevice(GenericRelayDevice): class
|