Searched refs:mCharacteristic (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java109 protected BluetoothGattCharacteristic mCharacteristic; field in class:BluetoothGattDescriptor
143 mCharacteristic = characteristic;
154 return mCharacteristic;
162 mCharacteristic = characteristic;
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java74 private BluetoothGattCharacteristic mCharacteristic; field in class:BluetoothMidiDevice
124 mCharacteristic = characteristic;
204 if (mCharacteristic == null) {
210 mCharacteristic.setValue(writeBuffer);
212 logByteArray("Sent ", mCharacteristic.getValue(), 0,
213 mCharacteristic.getValue().length);
215 mBluetoothGatt.writeCharacteristic(mCharacteristic);

Completed in 164 milliseconds