Searched defs:mBluetoothConnectionActive (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java254 private boolean mBluetoothConnectionActive = false; field in class:WifiStateMachine
4360 if (!mBluetoothConnectionActive) {
4722 mBluetoothConnectionActive = (message.arg1 !=
5369 mWifiNative.setBluetoothCoexistenceScanMode(mBluetoothConnectionActive);
5507 mBluetoothConnectionActive = (message.arg1 !=
5509 mWifiNative.setBluetoothCoexistenceScanMode(mBluetoothConnectionActive);

Completed in 67 milliseconds