Searched refs:mBluetoothAdapter (Results 1 – 6 of 6) sorted by relevance
32 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunBluetooth() local34 if ((mBluetoothAdapter != null) && (!mBluetoothAdapter.isEnabled())) { in testRunBluetooth()35 mBluetoothAdapter.getName(); in testRunBluetooth()
48 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunLocationAndBluetooth() local50 if ((mBluetoothAdapter != null) && (!mBluetoothAdapter.isEnabled())) { in testRunLocationAndBluetooth()51 mBluetoothAdapter.getName(); in testRunLocationAndBluetooth()
46 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in testRunBluetoothAndFineLocation() local48 if ((mBluetoothAdapter != null) && (!mBluetoothAdapter.isEnabled())) { in testRunBluetoothAndFineLocation()49 mBluetoothAdapter.getName(); in testRunBluetoothAndFineLocation()
1530 private WeakReference<BluetoothAdapter> mBluetoothAdapter; field in BluetoothAdapter.GattCallbackWrapper1534 mBluetoothAdapter = new WeakReference<BluetoothAdapter>(bluetoothAdapter); in GattCallbackWrapper()1566 BluetoothAdapter adapter = mBluetoothAdapter.get(); in stopLeScan()1598 BluetoothAdapter adapter = mBluetoothAdapter.get(); in onClientRegistered()1654 BluetoothAdapter adapter = mBluetoothAdapter.get(); in onScanResult()
96 private BluetoothAdapter mBluetoothAdapter; field in QuickSettings131 mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in QuickSettings()552 if (mBluetoothAdapter.isEnabled()) { in addSystemTiles()553 mBluetoothAdapter.disable(); in addSystemTiles()555 mBluetoothAdapter.enable(); in addSystemTiles()
227 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();228 if (mBluetoothAdapter == null) {244 if (!mBluetoothAdapter.isEnabled()) {342 Set<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();607 tmp = mBluetoothAdapter.listenUsingRfcommWithServiceRecord(NAME, MY_UUID);743 mBluetoothAdapter.cancelDiscovery();975 BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();978 mBluetoothAdapter.getProfileProxy(context, mProfileListener, BluetoothProfile.HEADSET);996 mBluetoothAdapter.closeProfileProxy(mBluetoothHeadset);