summaryrefslogtreecommitdiff
path: root/data/qmi-service-voice.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-voice.json')
-rw-r--r--data/qmi-service-voice.json54
1 files changed, 53 insertions, 1 deletions
diff --git a/data/qmi-service-voice.json b/data/qmi-service-voice.json
index 5499fd11..dee5f9cd 100644
--- a/data/qmi-service-voice.json
+++ b/data/qmi-service-voice.json
@@ -223,7 +223,59 @@
"public-format" : "QmiVoicePresentation" },
{ "name" : "Type",
"format" : "string" } ] } } ] },
-
+ // *********************************************************************************
+ { "name" : "Get All Call Info",
+ "type" : "Message",
+ "service" : "VOICE",
+ "id" : "0x002F",
+ "since" : "1.32",
+ "output" : [ { "common-ref": "Operation Result" },
+ { "name" : "Call Information",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "name" : "Call",
+ "format" : "struct",
+ "contents" : [ { "name" : "ID",
+ "format" : "guint8" },
+ { "name" : "State",
+ "format" : "guint8",
+ "public-format" : "QmiVoiceCallState" },
+ { "name" : "Type",
+ "format" : "guint8",
+ "public-format" : "QmiVoiceCallType" },
+ { "name" : "Direction",
+ "format" : "guint8",
+ "public-format" : "QmiVoiceCallDirection" },
+ { "name" : "Mode",
+ "format" : "guint8",
+ "public-format" : "QmiVoiceCallMode" },
+ { "name" : "Multipart Indicator",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "ALS",
+ "format" : "guint8",
+ "public-format" : "QmiVoiceAls" } ] },
+ "prerequisites" : [ { "common-ref" : "Success" } ]
+ },
+ { "name" : "Remote Party Number",
+ "id" : "0x11",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "name" : "Call",
+ "format" : "struct",
+ "contents" : [ { "name" : "ID",
+ "format" : "guint8" },
+ { "name" : "Presentation Indicator",
+ "format" : "guint8",
+ "public-format" : "QmiVoicePresentation" },
+ { "name" : "Type",
+ "format" : "string" } ] },
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Manage Calls",
"type" : "Message",