Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py842 def stop_notify(self, address, uuid): member in BluetoothDevice
853 return self._proxy.stop_notify(address, uuid)
Dbluetooth_adapter_tests.py3160 stop_notify = self.bluetooth_facade.stop_notify(address, uuid)
3166 'stop_notify': stop_notify,
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py2006 def stop_notify(self, address, uuid): member in BluetoothDeviceXmlRpcDelegate