Home
last modified time | relevance | path

Searched refs:mBluetoothGatt (Results 1 – 4 of 4) 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.java366 private IBluetoothGatt mBluetoothGatt; field in BluetoothLeScanner.BleScanCallbackWrapper
379 mBluetoothGatt = bluetoothGatt; in BleScanCallbackWrapper()
393 mBluetoothGatt.registerScanner(this, mWorkSource); in startRegistration()
422 mBluetoothGatt.stopScan(mScannerId); in stopLeScan()
423 mBluetoothGatt.unregisterScanner(mScannerId); in stopLeScan()
438 mBluetoothGatt.flushPendingBatchResults(mScannerId); in flushPendingBatchResults()
457 mBluetoothGatt.unregisterScanner(scannerId); in onScannerRegistered()
460 mBluetoothGatt.startScan(mScannerId, mSettings, mFilters, in onScannerRegistered()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java166 private IBluetoothGatt mBluetoothGatt; field in BluetoothManagerService
457 mBluetoothGatt = null; in BluetoothManagerService()
996 mBluetoothGatt.unregAll(); in sendBrEdrDownCallback()
1211 mBluetoothGatt = null; in unbindAndFinish()
1219 return mBluetoothGatt; in getBluetoothGatt()
1952 mBluetoothGatt = in handleMessage()
2061 mBluetoothGatt = null; in handleMessage()
2235 mBluetoothGatt = null; in restartForReason()
2386 if (mBluetoothGatt != null || !mContext.getPackageManager() in bluetoothStateChangeHandler()
2532 mBluetoothGatt = null; in recoverBluetoothServiceFromError()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12263 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mBluetoothGatt:Landroid/bluetooth…