aboutsummaryrefslogtreecommitdiff
path: root/gps/flp.conf
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-04-26 16:01:41 +0200
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-04-27 02:10:43 +0200
commit604472bce94efef6fdeae8cc795507007c4325b3 (patch)
tree943d9b6467758b3ee51cd3a5a710e50d61aab0eb /gps/flp.conf
Initial Shinano import
based on rhine-common 7e2a33e
Diffstat (limited to 'gps/flp.conf')
-rw-r--r--gps/flp.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/gps/flp.conf b/gps/flp.conf
new file mode 100644
index 0000000..950c712
--- /dev/null
+++ b/gps/flp.conf
@@ -0,0 +1,21 @@
+################################
+##### FLP settings #####
+################################
+
+# For default batch size, set the following
+BATCH_SIZE=20
+
+# FLP Capabilities bit mask
+# GEOFENCE = 0x01
+# BATCHING = 0x02
+# default = GEOFENCE | BATCHING
+CAPABILITIES=0x03
+
+# FLP accuracy
+# Low accuracy = 0
+# Medium accuracy = 1
+# High accuracy = 2
+ACCURACY=0
+
+# FLP geofence responsiveness
+GEOFENCE_RESPONSIVENESS = 0