Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl85 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
DBluetoothGatt.java1059 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt
1069 mService.readUsingCharacteristicUuid(mClientIf, mDevice.getAddress(), in readUsingCharacteristicUuid()