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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java215 mBluetoothGatt.writeCharacteristic(mCharacteristic);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl87 void writeCharacteristic(in int clientIf, in String address, in int handle,
H A DBluetoothGatt.java392 mService.writeCharacteristic(mClientIf, address, handle,
1093 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { method in class:BluetoothGatt
1098 if (VDBG) Log.d(TAG, "writeCharacteristic() - uuid: " + characteristic.getUuid());
1113 mService.writeCharacteristic(mClientIf, device.getAddress(),
1212 * to {@link #writeCharacteristic} are sent to the remote device for
1215 * in response to every {@link #writeCharacteristic} call and is responsible

Completed in 106 milliseconds