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