Set On Demand Time as default in gps.conf

The capabilities mask in gps.conf
was updated to set On Demand Time
injection by default

Change-Id: I1532072040aa258d441e23649c6e038bc8e56923
This commit is contained in:
Tushar Janefalkar 2013-04-15 10:52:06 -07:00
parent f3e97b0b5c
commit c0a3657a4e

View file

@ -27,12 +27,12 @@ INTERMEDIATE_POS=0
SUPL_VER=0x10000
# GPS Capabilities bit mask
# SCHEDULING = 1
# MSB = 2
# MSA = 4
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# default = MSA | MSB | SCHEDULING
CAPABILITIES=0x7
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING
CAPABILITIES=0x17
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions