Searched defs:isBluetoothPlaying (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java664 boolean isBluetoothPlaying = false;
669 isBluetoothPlaying = true;
673 setBluetoothScanMode(isBluetoothPlaying);
2016 * @param isBluetoothPlaying whether to enable or disable this mode
2018 public synchronized void setBluetoothScanMode(boolean isBluetoothPlaying) { argument
2022 WifiNative.setBluetoothCoexistenceScanModeCommand(isBluetoothPlaying);

Completed in 23 milliseconds