summaryrefslogtreecommitdiff
path: root/data/mbim-service-dss.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/mbim-service-dss.json')
-rw-r--r--data/mbim-service-dss.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/mbim-service-dss.json b/data/mbim-service-dss.json
new file mode 100644
index 0000000..6beb300
--- /dev/null
+++ b/data/mbim-service-dss.json
@@ -0,0 +1,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" : [] }
+
+]