Searched refs:mBluetoothConnectionActive (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java149 private boolean mBluetoothConnectionActive = false; field in class:WifiStateMachine
1764 if (!mBluetoothConnectionActive) {
1910 mBluetoothConnectionActive = (message.arg1 !=
2727 mWifiNative.setBluetoothCoexistenceScanMode(mBluetoothConnectionActive);
2811 mBluetoothConnectionActive = (message.arg1 !=
2813 mWifiNative.setBluetoothCoexistenceScanMode(mBluetoothConnectionActive);

Completed in 55 milliseconds