Searched refs:start_discovery (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_dbus_api_tests.py | 120 def _wait_till_discovery_starts(self, start_discovery=True): argument 128 if start_discovery: 129 self.bluetooth_facade.start_discovery() 188 start_discovery, error = self.bluetooth_facade.start_discovery() 190 is_discovering = self._wait_till_discovery_starts(start_discovery=False) 196 'start_discovery' : start_discovery, 212 start_discovery, error = self.bluetooth_facade.start_discovery() 217 'start_discovery_failed' : not start_discovery, 233 start_discovery, error = self.bluetooth_facade.start_discovery() 238 'start_discovery_failed' : not start_discovery,
|
D | bluetooth_adapter_tests.py | 1628 start_discovery, _ = self.bluetooth_facade.start_discovery() 1633 'start_discovery': start_discovery, 1952 start_discovery=True, argument 1971 discovery_started = not start_discovery 1977 if start_discovery: 1978 discovery_started = self.bluetooth_facade.start_discovery() 1999 if start_discovery and stop_discovery: 2007 'should_start_discovery': start_discovery, 4449 start_discovery=False,
|
D | bluetooth_device.py | 627 def start_discovery(self): member in BluetoothDevice 636 return self._proxy.start_discovery()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_bluetooth_audio.py | 54 status, _ = bt_adapter.start_discovery()
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
D | network_WiFi_BluetoothScanPerf.py | 119 if not bt_device.start_discovery():
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 907 def start_discovery(self, index, address_type): member in BluetoothControlSocket
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 1540 def start_discovery(self): member in BluetoothFacadeNative
|