Searched refs:mBluetoothGatt (Results 1 – 4 of 4) sorted by relevance
72 private BluetoothGatt mBluetoothGatt; field in BluetoothMidiDevice105 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 …]
366 private IBluetoothGatt mBluetoothGatt; field in BluetoothLeScanner.BleScanCallbackWrapper379 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()
166 private IBluetoothGatt mBluetoothGatt; field in BluetoothManagerService457 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()
12263 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mBluetoothGatt:Landroid/bluetooth…