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