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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java334 mService.readCharacteristic(mClientIf, address,
881 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { method in class:BluetoothGatt
885 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid());
900 mService.readCharacteristic(mClientIf, device.getAddress(),

Completed in 7 milliseconds