From e35aa84df35ecb7ecc773fd0ed37038f43cc8ae4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 17 Jun 2016 18:25:29 +0300 Subject: [PATCH] gps: Update sap.conf Change-Id: Id2bc24d0f8af9f832a3e37a382011df2ac94b29d --- gps/sap.conf | 19 +++++++++++++++---- 1 file 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 +