Searched refs:mBluetoothGatt (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 72 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/ |
D | BluetoothLeScanner.java | 399 private IBluetoothGatt mBluetoothGatt; field in BluetoothLeScanner.BleScanCallbackWrapper 412 mBluetoothGatt = bluetoothGatt; in BleScanCallbackWrapper() 426 mBluetoothGatt.registerScanner(this, mWorkSource, mAttributionSource); in startRegistration() 456 mBluetoothGatt.stopScan(mScannerId, mAttributionSource); in stopLeScan() 457 mBluetoothGatt.unregisterScanner(mScannerId, mAttributionSource); in stopLeScan() 473 mBluetoothGatt.flushPendingBatchResults(mScannerId, mAttributionSource); in flushPendingBatchResults() 492 mBluetoothGatt.unregisterScanner(scannerId, mAttributionSource); in onScannerRegistered() 495 mBluetoothGatt.startScan(mScannerId, mSettings, mFilters, in onScannerRegistered()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 186 private IBluetoothGatt mBluetoothGatt; field in BluetoothManagerService 486 mBluetoothGatt = null; in BluetoothManagerService() 1100 mBluetoothGatt.unregAll(attributionSource); in sendBrEdrDownCallback() 1322 mBluetoothGatt = null; in unbindAndFinish() 1330 return mBluetoothGatt; in getBluetoothGatt() 2073 mBluetoothGatt = in handleMessage() 2183 mBluetoothGatt = null; in handleMessage() 2381 mBluetoothGatt = null; in restartForReason() 2555 if (mBluetoothGatt != null || !mContext.getPackageManager() in bluetoothStateChangeHandler() 2711 mBluetoothGatt = null; in recoverBluetoothServiceFromError()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12254 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mBluetoothGatt:Landroid/bluetooth…
|