From 48c14723d7996e8a01e60d3bf585b995ff735c74 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 5 Jul 2012 12:29:42 +0200 Subject: dms: implement "Set Event Report" request/response --- data/qmi-service-dms.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'data/qmi-service-dms.json') diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 6c7bc6b..894a8c7 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -13,6 +13,65 @@ "type" : "Message-ID-Enum" }, // ********************************************************************************* + { "name" : "Set Event Report", + "type" : "Message", + "service" : "DMS", + "id" : "0x0001", + "version" : "1.0", + "input" : [ { "name" : "Power State Reporting", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "Battery Level Report Limits", + "id" : "0x11", + "mandatory" : "no", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Lower Limit", + "format" : "guint8" }, + { "name" : "Upper Limit", + "format" : "guint8" } ] }, + { "name" : "PIN State Reporting", + "id" : "0x12", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "Activation State Reporting", + "id" : "0x13", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "Operating Mode Reporting", + "id" : "0x14", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "UIM State Reporting", + "id" : "0x15", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "Wireless Disable State Reporting", + "id" : "0x16", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" }, + { "name" : "PRL Init Reporting", + "id" : "0x17", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "gboolean" } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* { "name" : "Get Capabilities", "type" : "Message", "service" : "DMS", -- cgit v1.1