Loading android/app/src/com/android/bluetooth/gatt/ScanManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -884,6 +884,7 @@ public class ScanManager { int onFoundTimeout = getOnFoundOnLostTimeoutMillis(settings, true); int onLostTimeout = getOnFoundOnLostTimeoutMillis(settings, false); int onFoundCount = getOnFoundOnLostSightings(settings); onLostTimeout = 10000; logd("configureFilterParamter " + onFoundTimeout + " " + onLostTimeout + " " + onFoundCount + " " + numOfTrackingEntries); FilterParams FiltValue = new FilterParams(clientIf, filterIndex, featureSelection, Loading Loading
android/app/src/com/android/bluetooth/gatt/ScanManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -884,6 +884,7 @@ public class ScanManager { int onFoundTimeout = getOnFoundOnLostTimeoutMillis(settings, true); int onLostTimeout = getOnFoundOnLostTimeoutMillis(settings, false); int onFoundCount = getOnFoundOnLostSightings(settings); onLostTimeout = 10000; logd("configureFilterParamter " + onFoundTimeout + " " + onLostTimeout + " " + onFoundCount + " " + numOfTrackingEntries); FilterParams FiltValue = new FilterParams(clientIf, filterIndex, featureSelection, Loading