Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java72 private BluetoothGatt mBluetoothGatt; field in BluetoothMidiDevice
105 mBluetoothGatt.discoverServices());
132 mBluetoothGatt.readCharacteristic(characteristic);
148 mBluetoothGatt.setCharacteristicNotification(characteristic, true);
159 boolean result = mBluetoothGatt.writeDescriptor(descriptor);
215 mBluetoothGatt.writeCharacteristic(mCharacteristic); in writePacket()
224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
229 properties.putString(MidiDeviceInfo.PROPERTY_NAME, mBluetoothGatt.getDevice().getName()); in BluetoothMidiDevice()
231 mBluetoothGatt.getDevice()); in BluetoothMidiDevice()
279 if (mBluetoothGatt != null) { in close()
[all …]
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java354 private IBluetoothGatt mBluetoothGatt; field in BluetoothLeScanner.BleScanCallbackWrapper
367 mBluetoothGatt = bluetoothGatt; in BleScanCallbackWrapper()
381 mBluetoothGatt.registerScanner(this, mWorkSource); in startRegistration()
410 mBluetoothGatt.stopScan(mScannerId); in stopLeScan()
411 mBluetoothGatt.unregisterScanner(mScannerId); in stopLeScan()
426 mBluetoothGatt.flushPendingBatchResults(mScannerId); in flushPendingBatchResults()
445 mBluetoothGatt.unregisterClient(scannerId); in onScannerRegistered()
448 mBluetoothGatt.startScan(mScannerId, mSettings, mFilters, in onScannerRegistered()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java151 private IBluetoothGatt mBluetoothGatt; field in BluetoothManagerService
373 mBluetoothGatt = null; in BluetoothManagerService()
806 mBluetoothGatt.unregAll(); in sendBrEdrDownCallback()
1015 mBluetoothGatt = null; in unbindAndFinish()
1023 return mBluetoothGatt; in getBluetoothGatt()
1628 mBluetoothGatt = in handleMessage()
1738 mBluetoothGatt = null; in handleMessage()
1862 mBluetoothGatt = null; in handleMessage()
2047 if (mBluetoothGatt != null || !mContext.getPackageManager() in bluetoothStateChangeHandler()
2212 mBluetoothGatt = null; in recoverBluetoothServiceFromError()