Searched refs:totalScanDurationPerHour (Results 1 – 1 of 1) sorted by relevance
2456 int totalScanDurationPerHour = 0; in getCsph() local2463 totalScanDurationPerHour += scanDurationMs * scans_per_Hour; in getCsph()2466 return totalScanDurationPerHour / ChannelHelper.SCAN_PERIOD_PER_CHANNEL_MS; in getCsph()