Home
last modified time | relevance | path

Searched refs:stop_discovery (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_dbus_api_tests.py106 def _wait_till_discovery_stops(self, stop_discovery=True): argument
113 if stop_discovery:
114 self.bluetooth_facade.stop_discovery()
279 stop_discovery, error = self.bluetooth_facade.stop_discovery()
281 stop_discovery=False)
286 'stop_discovery' : stop_discovery,
300 stop_discovery, error = self.bluetooth_facade.stop_discovery()
303 stop_discovery=False)
308 'stop_discovery_failed' : not stop_discovery,
324 stop_discovery, error = self.bluetooth_facade.stop_discovery()
[all …]
Dbluetooth_adapter_tests.py1652 stop_discovery, _ = self.bluetooth_facade.stop_discovery()
1658 'stop_discovery': stop_discovery,
1953 stop_discovery=True): argument
1999 if start_discovery and stop_discovery:
2000 discovery_stopped, _ = self.bluetooth_facade.stop_discovery()
2008 'should_stop_discovery': stop_discovery,
2017 if stop_discovery else True)
4450 stop_discovery=False)
Dbluetooth_device.py640 def stop_discovery(self): member in BluetoothDevice
646 return self._proxy.stop_discovery()
Dbluetooth_adapter_quick_tests.py418 self.bluetooth_facade.stop_discovery()
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py70 status, _ = bt_adapter.stop_discovery()
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
Dnetwork_WiFi_BluetoothScanPerf.py124 if not bt_device.stop_discovery():
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py932 def stop_discovery(self, index, address_type): member in BluetoothControlSocket
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py1555 def stop_discovery(self): member in BluetoothFacadeNative