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.java356 private IBluetoothGatt mBluetoothGatt; field in BluetoothLeScanner.BleScanCallbackWrapper
369 mBluetoothGatt = bluetoothGatt; in BleScanCallbackWrapper()
383 mBluetoothGatt.registerScanner(this, mWorkSource); in startRegistration()
412 mBluetoothGatt.stopScan(mScannerId); in stopLeScan()
413 mBluetoothGatt.unregisterScanner(mScannerId); in stopLeScan()
428 mBluetoothGatt.flushPendingBatchResults(mScannerId); in flushPendingBatchResults()
447 mBluetoothGatt.unregisterScanner(scannerId); in onScannerRegistered()
450 mBluetoothGatt.startScan(mScannerId, mSettings, mFilters, in onScannerRegistered()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java157 private IBluetoothGatt mBluetoothGatt; field in BluetoothManagerService
383 mBluetoothGatt = null; in BluetoothManagerService()
842 mBluetoothGatt.unregAll(); in sendBrEdrDownCallback()
1084 mBluetoothGatt = null; in unbindAndFinish()
1092 return mBluetoothGatt; in getBluetoothGatt()
1736 mBluetoothGatt = in handleMessage()
1846 mBluetoothGatt = null; in handleMessage()
1970 mBluetoothGatt = null; in handleMessage()
2155 if (mBluetoothGatt != null || !mContext.getPackageManager() in bluetoothStateChangeHandler()
2320 mBluetoothGatt = null; in recoverBluetoothServiceFromError()