diff options
Diffstat (limited to 'gps/loc_api/loc_api_v02/LocApiV02.cpp')
| -rw-r--r-- | gps/loc_api/loc_api_v02/LocApiV02.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gps/loc_api/loc_api_v02/LocApiV02.cpp b/gps/loc_api/loc_api_v02/LocApiV02.cpp index 3a4d725..a73459b 100644 --- a/gps/loc_api/loc_api_v02/LocApiV02.cpp +++ b/gps/loc_api/loc_api_v02/LocApiV02.cpp @@ -1982,7 +1982,7 @@ void LocApiV02 :: reportPosition ( void LocApiV02 :: reportSv ( const qmiLocEventGnssSvInfoIndMsgT_v02 *gnss_report_ptr) { - GnssSvStatus SvStatus; + QcomSvStatus SvStatus; GpsLocationExtended locationExtended; int num_svs_max, i; const qmiLocSvInfoStructT_v02 *sv_info_ptr; @@ -1993,7 +1993,7 @@ void LocApiV02 :: reportSv ( gnss_report_ptr->altitudeAssumed); num_svs_max = 0; - memset (&SvStatus, 0, sizeof (GnssSvStatus)); + memset (&SvStatus, 0, sizeof (QcomSvStatus)); memset(&locationExtended, 0, sizeof (GpsLocationExtended)); locationExtended.size = sizeof(locationExtended); if(gnss_report_ptr->svList_valid == 1) |
