Merge "Cache geofence breach location"

This commit is contained in:
Linux Build Service Account 2014-03-26 11:11:32 -07:00 committed by Gerrit - the friendly Code Review server
commit 0d6c0005cc

View file

@ -58,6 +58,8 @@ extern "C" {
#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