summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-18 09:17:04 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-18 13:14:38 +0200
commitf4321400c1277645b9e80632aaa93d955e6d7f76 (patch)
tree7c24bc5fbc319256069e45edf1828ad6720dc48f
parent202acdbdd2e10d3db3e08b96884aff5ff16606fd (diff)
pds: implement "Get/Set Auto Tracking State" requests/responses
-rw-r--r--data/qmi-service-pds.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/qmi-service-pds.json b/data/qmi-service-pds.json
index 0a57e91..9e85a73 100644
--- a/data/qmi-service-pds.json
+++ b/data/qmi-service-pds.json
@@ -290,6 +290,39 @@
"contents" : [ { "name" : "GPS Service State",
"format" : "guint8",
"public-format" : "gboolean" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Auto Tracking State",
+ "type" : "Message",
+ "service" : "PDS",
+ "id" : "0x0030",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "State",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Auto Tracking State",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ],
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Set Auto Tracking State",
+ "type" : "Message",
+ "service" : "PDS",
+ "id" : "0x0031",
+ "version" : "1.0",
+ "input" : [ { "name" : "State",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Auto Tracking State",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ] } ],
"output" : [ { "common-ref" : "Operation Result" } ] }
]