1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
[
// *********************************************************************************
{ "name" : "LOC",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client LOC",
"type" : "Client",
"since" : "1.0" },
// *********************************************************************************
{ "name" : "QMI Message LOC",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "QMI Indication LOC",
"type" : "Indication-ID-Enum" },
// *********************************************************************************
{ "name" : "Start",
"type" : "Message",
"service" : "LOC",
"id" : "0x0022",
"version" : "1.0",
"since" : "1.20",
"input" : [ { "name" : "Session ID",
"id" : "0x01",
"mandatory" : "no",
"type" : "TLV",
"since" : "1.20",
"format" : "guint8" },
{ "name" : "Intermediate Report State",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"since" : "1.0",
"format" : "guint32",
"public-format" : "QmiLocIntermediateReportState" } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Stop",
"type" : "Message",
"service" : "LOC",
"id" : "0x0023",
"version" : "1.0",
"since" : "1.20",
"input" : [ { "name" : "Session ID",
"id" : "0x01",
"mandatory" : "no",
"type" : "TLV",
"since" : "1.20",
"format" : "guint8" } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Position Report",
"type" : "Indication",
"service" : "LOC",
"id" : "0x0024",
"since" : "1.0",
"version" : "1.20",
"output" : [ { "name" : "Session ID",
"id" : "0x02",
"mandatory" : "no",
"type" : "TLV",
"since" : "1.0",
"format" : "guint8" } ] }
]
|