Home
last modified time | relevance | path

Searched refs:mBluetoothPan (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothTetheringDataTracker.java66 private BluetoothPan mBluetoothPan; field in BluetoothTetheringDataTracker
117 mBluetoothPan = (BluetoothPan) proxy;
120 mBluetoothPan = null;
130 if (mBluetoothPan != null) { in teardown()
131 for (BluetoothDevice device: mBluetoothPan.getConnectedDevices()) { in teardown()
132 mBluetoothPan.disconnect(device); in teardown()