aboutsummaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-06-17 18:25:29 +0300
committerArvin Quilao <arquilao@gmail.com>2016-08-26 03:35:34 +0000
commitab444c7bf3697104e403878c00e024cb084102dd (patch)
treec8b71820152cc03ca9e8be95bfefa7ec38546f9c /gps
parent7813a1e5ba578c8225f39ce53374dbdeee9ead77 (diff)
gps: Update sap.conf
Change-Id: Id2bc24d0f8af9f832a3e37a382011df2ac94b29d
Diffstat (limited to 'gps')
-rw-r--r--gps/sap.conf19
1 files changed, 15 insertions, 4 deletions
diff --git a/gps/sap.conf b/gps/sap.conf
index 22b62ff..2a19917 100644
--- a/gps/sap.conf
+++ b/gps/sap.conf
@@ -1,10 +1,12 @@
################################
# Sensor Settings
################################
-
-# Needs to be set explicitly based on sensor
-# There is no default value.
-# used in loc_eng_reinit
+#The following parameters are optional.
+#Internal defaults support MEMS sensors
+#native to most handset devices.
+#Device specific sensor characterization
+#for improved performance is possible as
+#described in SAP application notes.
#GYRO_BIAS_RANDOM_WALK=
#ACCEL_RANDOM_WALK_SPECTRAL_DENSITY=
#ANGLE_RANDOM_WALK_SPECTRAL_DENSITY=
@@ -40,3 +42,12 @@ SENSOR_PROVIDER=1
# 0x0 - ENABLE_INS_POSITIONING_FILTER
SENSOR_ALGORITHM_CONFIG_MASK=0x0
+# Time source used by Sensor HAL
+# Setting this value controls accuracy of location sensor services.
+# 0 - Unknown
+# 1 - CLOCK_BOOTTIME
+# 2 - CLOCK_MONOTONIC
+# 3 - CLOCK_REALTIME
+# 4 - CLOCK_BOOTTIME using Alarm timer interface
+NDK_PROVIDER_TIME_SOURCE=1
+