Home
last modified time | relevance | path

Searched refs:BluetoothRelayDevice (Results 1 – 14 of 14) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Ddongles.py19 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)
Dlogitech_headset.py22 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)
Dskullcandy.py19 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)
Dak_xb10_speaker.py19 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)
Dsony_xb20_speaker.py19 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)
Dsony_xb2_speaker.py19 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)
Dfugu_remote.py20 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)
Dtao_tronics_headset.py20 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)
Di6s_headset.py20 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)
Dpower_supply.py19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
27 class PowerSupply(BluetoothRelayDevice):
33 BluetoothRelayDevice.__init__(self, config, relay_rig)
Dheadset.py19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
29 class Headset(BluetoothRelayDevice):
35 BluetoothRelayDevice.__init__(self, config, relay_rig)
Dearstudio_receiver.py20 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
36 class EarstudioReceiver(BluetoothRelayDevice):
39 BluetoothRelayDevice.__init__(self, config, relay_rig)
Djaybird_x3.py20 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/
Dbluetooth_relay_device.py20 class BluetoothRelayDevice(GenericRelayDevice): class