Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java2077 private int getMinScanMode(int oldScanMode, int newScanMode) { in getMinScanMode() argument
2078 return mPriorityMap.get(oldScanMode) <= mPriorityMap.get(newScanMode) in getMinScanMode()
2079 ? oldScanMode in getMinScanMode()