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