Modify ODCPI timer from 30s to 10s

ODCPI timer is modified to match location
request duration that was changed from 30s
to 10s in frameworks.

Change-Id: If1380635b0b87d55bf9a00197b806b3de48b6f4f
CRs-fixed: 2282588
This commit is contained in:
Dante Russo 2018-07-20 11:02:03 -07:00 committed by Gerrit - the friendly Code Review server
parent 04f0a9a45d
commit 26e542da6d

View file

@ -44,7 +44,7 @@
#define MAX_SATELLITES_IN_USE 12
#define LOC_NI_NO_RESPONSE_TIME 20
#define LOC_GPS_NI_RESPONSE_IGNORE 4
#define ODCPI_EXPECTED_INJECTION_TIME_MS 30000
#define ODCPI_EXPECTED_INJECTION_TIME_MS 10000
class GnssAdapter;