summaryrefslogtreecommitdiff
path: root/data/mbim-service-dss.json
blob: 6beb3001a514edfa809dc33de9736147bc2f0795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "DSS" },

  // *********************************************************************************
  { "name"     : "Connect",
    "service"  : "DSS",
    "type"     : "Command",
    "set"      : [ { "name"   : "DeviceServiceId",
                     "format" : "uuid" },
                   { "name"   : "DssSessionId",
                     "format" : "guint32" },
                   { "name"          : "DssLinkState",
                     "format"        : "guint32",
                     "public-format" : "MbimDssLinkState" } ],
    "response" : [] }

]