Merge "Set SV in use mask based on final fixes"
This commit is contained in:
commit
bafbd51852
1 changed files with 1 additions and 0 deletions
|
@ -2938,6 +2938,7 @@ GnssAdapter::reportPosition(const UlpLocation& ulpLocation,
|
||||||
LocPosTechMask techMask)
|
LocPosTechMask techMask)
|
||||||
{
|
{
|
||||||
bool reported = needReport(ulpLocation, status, techMask);
|
bool reported = needReport(ulpLocation, status, techMask);
|
||||||
|
mGnssSvIdUsedInPosAvail = false;
|
||||||
if (reported) {
|
if (reported) {
|
||||||
if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_GNSS_SV_USED_DATA) {
|
if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_GNSS_SV_USED_DATA) {
|
||||||
mGnssSvIdUsedInPosAvail = true;
|
mGnssSvIdUsedInPosAvail = true;
|
||||||
|
|
Loading…
Reference in a new issue