Searched refs:mCharacteristic (Results 1 – 1 of 1) sorted by relevance
84 private BluetoothGattCharacteristic mCharacteristic; field in BluetoothMidiDevice134 mCharacteristic = characteristic;242 if (mCharacteristic == null) { in writePacket()258 int result = mBluetoothGatt.writeCharacteristic(mCharacteristic, mCachedBuffer, in writePacket()259 mCharacteristic.getWriteType()); in writePacket()