Cache geofence breach location

Report location from geofence breach
to LMS

CRs-fixed: 637615

Change-Id: I01a4272200e554e18878658ecb4f70740074b75e
This commit is contained in:
Tushar Janefalkar 2014-03-21 10:58:57 -07:00 committed by Gerrit - the friendly Code Review server
parent dc4419cb2e
commit 68d41f9b2c

View file

@ -55,9 +55,11 @@ extern "C" {
/** Position source is ULP */ /** Position source is ULP */
#define ULP_LOCATION_IS_FROM_HYBRID 0x0001 #define ULP_LOCATION_IS_FROM_HYBRID 0x0001
/** Position source is GNSS only */ /** Position source is GNSS only */
#define ULP_LOCATION_IS_FROM_GNSS 0x0002 #define ULP_LOCATION_IS_FROM_GNSS 0x0002
/** Position source is ZPP only */ /** Position source is ZPP only */
#define ULP_LOCATION_IS_FROM_ZPP 0x0004 #define ULP_LOCATION_IS_FROM_ZPP 0x0004
/** Position is from a Geofence Breach Event */
#define ULP_LOCATION_IS_FROM_GEOFENCE 0X0008
#define ULP_MIN_INTERVAL_INVALID 0xffffffff #define ULP_MIN_INTERVAL_INVALID 0xffffffff