Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py638 def read_characteristic(self, uuid, address): member in BluetoothDevice
652 value = self._proxy.read_characteristic(uuid, address)
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py1384 def read_characteristic(self, uuid, address): member in BluetoothDeviceXmlRpcDelegate