Searched defs:readUsingCharacteristicUuid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1073 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { method in class:BluetoothGatt
1074 if (VDBG) Log.d(TAG, "readUsingCharacteristicUuid() - uuid: " + uuid);
1083 mService.readUsingCharacteristicUuid(mClientIf, mDevice.getAddress(),

Completed in 51 milliseconds