Home
last modified time | relevance | path

Searched refs:start_discovery (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_dbus_api_tests.py120 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,
Dbluetooth_adapter_tests.py1628 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,
Dbluetooth_device.py627 def start_discovery(self): member in BluetoothDevice
636 return self._proxy.start_discovery()
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py54 status, _ = bt_adapter.start_discovery()
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
Dnetwork_WiFi_BluetoothScanPerf.py119 if not bt_device.start_discovery():
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py907 def start_discovery(self, index, address_type): member in BluetoothControlSocket
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py1540 def start_discovery(self): member in BluetoothFacadeNative