Home
last modified time | relevance | path

Searched refs:is_notifying (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py856 def is_notifying(self, address, uuid): member in BluetoothDevice
865 return self._proxy.is_notifying(address, uuid)
Dbluetooth_adapter_tests.py3139 is_notifying = self._wait_for_condition(
3140 lambda: self.bluetooth_facade.is_notifying(
3145 'is_notifying': is_notifying}
3162 lambda: not self.bluetooth_facade.is_notifying(
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py2032 def is_notifying(self, address, uuid): member in BluetoothDeviceXmlRpcDelegate