Home
last modified time | relevance | path

Searched refs:is_characteristic_path_resolved (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py676 def is_characteristic_path_resolved(self, uuid, address): member in BluetoothDevice
688 return self._proxy.is_characteristic_path_resolved(uuid, address)
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py1431 def is_characteristic_path_resolved(self, uuid, address): member in BluetoothDeviceXmlRpcDelegate