Home
last modified time | relevance | path

Searched refs:mBluetoothGatt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java74 private BluetoothGatt mBluetoothGatt; field in BluetoothMidiDevice
108 mBluetoothGatt.discoverServices());
136 mBluetoothGatt.readCharacteristic(characteristic);
164 mBluetoothGatt.setCharacteristicNotification(characteristic, true);
174 int result = mBluetoothGatt.writeDescriptor(descriptor,
243 int result = mBluetoothGatt.writeCharacteristic(mCharacteristic, mCachedBuffer, in writePacket()
263 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
269 properties.putString(MidiDeviceInfo.PROPERTY_NAME, mBluetoothGatt.getDevice().getName()); in BluetoothMidiDevice()
271 mBluetoothGatt.getDevice()); in BluetoothMidiDevice()
320 if (mBluetoothGatt != null) { in close()
[all …]