aboutsummaryrefslogtreecommitdiff
path: root/data/qmi-service-sar.json
blob: 6eeb88fc690ca2d3a2563e49dade574de19caddb (plain)
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
[
  // *********************************************************************************
  {  "name"    : "SAR",
     "type"    : "Service" },

  // *********************************************************************************
  {  "name"    : "QMI Client SAR",
     "type"    : "Client",
     "since"   : "1.28" },

  // *********************************************************************************
  {  "name"    : "QMI Message SAR",
     "type"    : "Message-ID-Enum" },

  // *********************************************************************************
  {  "name"    : "QMI Indication SAR",
     "type"    : "Indication-ID-Enum" },

  // *********************************************************************************
  {  "name"    : "RF Set State",
     "type"    : "Message",
     "service" : "SAR",
     "id"      : "0x0001",
     "since"   : "1.28",
     "input"   : [ { "name"          : "State",
                     "id"            : "0x01",
                     "type"          : "TLV",
                     "since"         : "1.28",
                     "format"        : "guint32",
                     "public-format" : "QmiSarRfState" } ],
     "output"  : [ { "common-ref"    : "Operation Result" } ] },

  {  "name"    : "RF Get State",
     "type"    : "Message",
     "service" : "SAR",
     "id"      : "0x0002",
     "since"   : "1.28",
     "output"  : [ { "common-ref"    : "Operation Result" },
                   { "name"          : "State",
                     "id"            : "0x10",
                     "type"          : "TLV",
                     "since"         : "1.28",
                     "format"        : "guint32",
                     "public-format" : "QmiSarRfState" } ] }
]