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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java398 mService.writeCharacteristic(mClientIf, address, handle,
1107 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { method in class:BluetoothGatt
1112 if (VDBG) Log.d(TAG, "writeCharacteristic() - uuid: " + characteristic.getUuid());
1127 mService.writeCharacteristic(mClientIf, device.getAddress(),
1226 * to {@link #writeCharacteristic} are sent to the remote device for
1229 * in response to every {@link #writeCharacteristic} call and is responsible

Completed in 59 milliseconds