From e22619060be72c2e5729612a2f811c8b252c5eec Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Wed, 20 Feb 2019 11:30:12 -0800 Subject: Remove tracking redundanty and assure min interval A tracking interval should not be less than 100ms If tracking interval or power mode is updated to the same value, then start tracking should not be sent to the modem again. Fix some issues with multiplex with powerMode Change-Id: I91e5d0577569b96179a5337af0fc91641dc126db CRs-fixed: 2190953 --- core/LocAdapterBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/LocAdapterBase.h') diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h index e4f7be2..a0dd63e 100644 --- a/core/LocAdapterBase.h +++ b/core/LocAdapterBase.h @@ -34,6 +34,8 @@ #include #include +#define MIN_TRACKING_INTERVAL (100) // 100 msec + typedef struct LocationSessionKey { LocationAPI* client; uint32_t id; -- cgit v1.2.3