summaryrefslogtreecommitdiff
path: root/data/qmi-service-ctl.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-ctl.json')
-rw-r--r--data/qmi-service-ctl.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/qmi-service-ctl.json b/data/qmi-service-ctl.json
index 1ce2ddc..1e293f7 100644
--- a/data/qmi-service-ctl.json
+++ b/data/qmi-service-ctl.json
@@ -144,5 +144,19 @@
{ "name" : "Sync",
"type" : "Indication",
"service" : "CTL",
- "id" : "0x0027" }
+ "id" : "0x0027" },
+
+ // *********************************************************************************
+ // Internal
+ { "name" : "Internal Proxy Open",
+ "type" : "Message",
+ "service" : "CTL",
+ "id" : "0xFF00",
+ "input" : [ { "name" : "Device Path",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] }
+
]