Searched refs:minSupportedPeriodMs (Results 1 – 1 of 1) sorted by relevance
1577 int minSupportedPeriodMs = mChannelHelper.estimateScanDuration(settings); in addBackgroundScanRequest() local1578 if (settings.periodInMs < minSupportedPeriodMs) { in addBackgroundScanRequest()1580 + minSupportedPeriodMs + " but the request wants " + settings.periodInMs); in addBackgroundScanRequest()