Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java961 int onFoundTimeout = getOnFoundOnLostTimeoutMillis(settings, true); in configureFilterParamter()
962 int onLostTimeout = getOnFoundOnLostTimeoutMillis(settings, false); in configureFilterParamter()
1021 private int getOnFoundOnLostTimeoutMillis(ScanSettings settings, boolean onFound) { in getOnFoundOnLostTimeoutMillis() method in ScanManager.ScanNative