summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-20 00:14:26 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-21 23:10:31 +0200
commitd94fb7a64984723ebd2ffaa5469f1c806e5795c3 (patch)
tree204904f5f8ba10e32e6c7b4ebe4894ea51a641b7 /data
parent39abda6bcd8d3a6eb4a39a08ec339776ad67bd69 (diff)
libmbim-glib,proxy: notify to all clients updates in the MBIMEx version
If the proxy detects that one of the remote clients has performed a MBIMEx version agreement interaction with the device, notify about the new reported version to all clients, using a new 'Version' notification in the 'Proxy Control' service.
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-proxy-control.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/mbim-service-proxy-control.json b/data/mbim-service-proxy-control.json
index bbd2180..0450fab 100644
--- a/data/mbim-service-proxy-control.json
+++ b/data/mbim-service-proxy-control.json
@@ -12,6 +12,14 @@
"format" : "string" },
{ "name" : "Timeout",
"format" : "guint32" } ],
- "response" : [] }
+ "response" : [] },
+ // *********************************************************************************
+ { "name" : "Version",
+ "type" : "Command",
+ "since" : "1.28",
+ "notification" : [ { "name" : "MbimVersion",
+ "format" : "guint16" },
+ { "name" : "MbimExtendedVersion",
+ "format" : "guint16" } ] }
]