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.java1037 int onFoundTimeout = getOnFoundOnLostTimeoutMillis(settings, true); in configureFilterParamter()
1038 int onLostTimeout = getOnFoundOnLostTimeoutMillis(settings, false); in configureFilterParamter()
1099 private int getOnFoundOnLostTimeoutMillis(ScanSettings settings, boolean onFound) { in getOnFoundOnLostTimeoutMillis() method in ScanManager.ScanNative