summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2021-03-16 10:17:08 -0700
committerEric Caruso <ejcaruso@chromium.org>2021-08-05 10:28:19 -0400
commit9db0819088a3a74910d041c8825720afc424e01c (patch)
treebaab83701fa86a70aa6050c3286cd2a4d6b12110 /data
parent59c453fad36d010c833ccf0d92775018aea90029 (diff)
downloadlibqmi-9db0819088a3a74910d041c8825720afc424e01c.tar.gz
pdc: add Refresh indication
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-pdc.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/data/qmi-service-pdc.json b/data/qmi-service-pdc.json
index 7f1ce686..127e1abc 100644
--- a/data/qmi-service-pdc.json
+++ b/data/qmi-service-pdc.json
@@ -71,6 +71,12 @@
"type" : "TLV",
"since" : "1.18",
"format" : "guint8",
+ "public-format" : "gboolean"},
+ { "name" : "Enable Refresh",
+ "id" : "0x11",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
"public-format" : "gboolean"}],
"output" : [ { "common-ref" : "Operation Result" } ] },
@@ -403,5 +409,29 @@
"output" : [ { "common-ref" : "Indication Result",
"since" : "1.18" },
{ "common-ref" : "Token",
- "since" : "1.18" }] }
+ "since" : "1.18" }] },
+
+ // *********************************************************************************
+ { "name" : "Refresh",
+ "type" : "Indication",
+ "service" : "PDC",
+ "id" : "0x2F",
+ "since" : "1.32",
+ "output" : [ { "name" : "Refresh Event",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32",
+ "public-format" : "QmiPdcRefreshEventType" },
+ { "name" : "Subscription ID",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32" },
+ { "name" : "Slot ID",
+ "id" : "0x11",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32" }] }
]