summaryrefslogtreecommitdiff
path: root/data/mbim-service-basic-connect.json
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2013-04-06 20:35:57 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-07 20:18:06 +0200
commit3edef7085949ab0a33a2df19af709ef13159dd48 (patch)
tree11f248dd34481423499c09d6a2337d19a9cb6a6c /data/mbim-service-basic-connect.json
parent840f0bda3710af0fddecfea06b8eb1ec1d2a9331 (diff)
downloadlibmbim-3edef7085949ab0a33a2df19af709ef13159dd48.tar.gz
basic-connect: implement 'Pin' command handling
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'data/mbim-service-basic-connect.json')
-rw-r--r--data/mbim-service-basic-connect.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index 4cf3ef0..fbc6f5f 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -73,6 +73,37 @@
"public-format" : "MbimReadyInfoFlag" } ] } },
// *********************************************************************************
+ { "name" : "Pin",
+ "service" : "Basic Connect",
+ "type" : "Command",
+ "set" : { "input" : [ { "name" : "PinType",
+ "format" : "guint32",
+ "public-format" : "MbimPinType" },
+ { "name" : "PinOperation",
+ "format" : "guint32",
+ "public-format" : "MbimPinOperation" },
+ { "name" : "Pin",
+ "format" : "string" },
+ { "name" : "NewPin",
+ "format" : "string" } ],
+ "output" : [ { "name" : "PinType",
+ "format" : "guint32",
+ "public-format" : "MbimPinType" },
+ { "name" : "PinState",
+ "format" : "guint32",
+ "public-format" : "MbimPinState" },
+ { "name" : "RemainingAttempts",
+ "format" : "guint32" } ] },
+ "query" : { "output" : [ { "name" : "PinType",
+ "format" : "guint32",
+ "public-format" : "MbimPinType" },
+ { "name" : "PinState",
+ "format" : "guint32",
+ "public-format" : "MbimPinState" },
+ { "name" : "RemainingAttempts",
+ "format" : "guint32" } ] } },
+
+ // *********************************************************************************
{ "name" : "MbimDeviceServiceElement",
"type" : "Struct",
"contents" : [ { "name" : "Device service ID",