Post SSR restarting tracking should bypass ULP
When sub system restart occurs, restarting gps tracking should be sent directly to Loc API instad of going through ULP. Change-Id: I6309eeee3670b3d7fa484f74f96ea9a2848f7bb1 CRs-fixed: 2056783
This commit is contained in:
parent
8bf78f55ae
commit
36c1143285
1 changed files with 3 additions and 1 deletions
|
@ -1067,7 +1067,9 @@ GnssAdapter::restartSessions()
|
|||
}
|
||||
}
|
||||
|
||||
startTracking(smallestIntervalOptions);
|
||||
LocPosMode locPosMode = {};
|
||||
convertOptions(locPosMode, smallestIntervalOptions);
|
||||
mLocApi->startFix(locPosMode);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue