Lines Matching full:bluetoothpan
26 import android.bluetooth.BluetoothPan;
84 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<BluetoothPan>();
157 BluetoothPan pan = mBluetoothPan.get();
195 mBluetoothPan.set((BluetoothPan) proxy);
242 BluetoothPan bluetoothPan = mBluetoothPan.get();
243 if (bluetoothPan != null) {
244 bluetoothPan.setBluetoothTethering(true);
398 BluetoothPan bluetoothPan = mBluetoothPan.get();
399 if (btState == BluetoothAdapter.STATE_ON && bluetoothPan != null &&
400 bluetoothPan.isTetheringOn()) {
403 int bluetoothTethered = bluetoothPan.getConnectedDevices().size();
489 BluetoothPan bluetoothPan = mBluetoothPan.get();
490 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(true);
542 BluetoothPan bluetoothPan = mBluetoothPan.get();
543 if (bluetoothPan != null) bluetoothPan.setBluetoothTethering(false);