Searched refs:num_svs_max (Results 1 – 10 of 10) sorted by relevance
805 int num_svs_max = 0; in reportSv() local810 num_svs_max = gnss_report_ptr->sv_count; in reportSv()811 if (num_svs_max > GPS_MAX_SVS) in reportSv()813 num_svs_max = GPS_MAX_SVS; in reportSv()821 for (int i = 0; i < num_svs_max; i++) in reportSv()
803 int num_svs_max = 0; in reportSv() local808 num_svs_max = gnss_report_ptr->sv_count; in reportSv()809 if (num_svs_max > GPS_MAX_SVS) in reportSv()811 num_svs_max = GPS_MAX_SVS; in reportSv()819 for (int i = 0; i < num_svs_max; i++) in reportSv()