From 122f2ed00414cf416b67c6dee10131b0f3e28bea Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 14 Mar 2018 23:42:25 +0000 Subject: msm8996-common: Update GPS HIDL HAL from upstream * Tag: LA.UM.6.6.r1-06700-89xx.0 Change-Id: If746b12bcbc3e414aa9ba9f421040edd0f815638 --- gps/location/LocationAPI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gps/location/LocationAPI.h') diff --git a/gps/location/LocationAPI.h b/gps/location/LocationAPI.h index f5cc75a..530b1b0 100644 --- a/gps/location/LocationAPI.h +++ b/gps/location/LocationAPI.h @@ -308,8 +308,9 @@ typedef enum { } GnssSuplMode; typedef enum { - BATCHING_MODE_ROUTINE = 0, - BATCHING_MODE_TRIP + BATCHING_MODE_ROUTINE = 0, // positions are reported when batched positions memory is full + BATCHING_MODE_TRIP, // positions are reported when a certain distance is covered + BATCHING_MODE_NO_AUTO_REPORT // no report of positions automatically, instead queried on demand } BatchingMode; typedef enum { -- cgit v1.2.3