Home | History | Annotate | Download | only in MacServices

Lines Matching refs:Period

646  * \brief Finds the index for the measurement request with the shortest period 
852 if ( (TI_OK == status) && (0 != pMeasurementSRV->mediumOccupancyResults.Period))
856 periodInMs = pMeasurementSRV->mediumOccupancyResults.Period / 1000;
858 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": MediumUsage = %d Period = %d\n",mediumUsageInMs, periodInMs);
864 pMeasurementSRV->mediumOccupancyResults.Period;
875 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": channel load failed. Status=%d, period=%d\n", status, pMeasurementSRV->mediumOccupancyResults.Period);