diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/mbim-service-basic-connect.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json index 7a94f23..4cf3ef0 100644 --- a/data/mbim-service-basic-connect.json +++ b/data/mbim-service-basic-connect.json @@ -62,6 +62,17 @@ "array-size-field" : "Telephone Numbers Count" } ] } }, // ********************************************************************************* + { "name" : "Radio State", + "service" : "Basic Connect", + "type" : "Command", + "query" : { "output" : [ { "name" : "HwRadioState", + "format" : "guint32", + "public-format" : "MbimReadyInfoFlag" }, + { "name" : "SwRadioState", + "format" : "guint32", + "public-format" : "MbimReadyInfoFlag" } ] } }, + + // ********************************************************************************* { "name" : "MbimDeviceServiceElement", "type" : "Struct", "contents" : [ { "name" : "Device service ID", |