summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-17 17:46:48 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-20 14:55:08 +0200
commitda824be8c242c2decdb547b39ea9e3789d263679 (patch)
tree07e82485bbf068e4d3285f22ec6c69a17fd9c00e /docs
parent2f7108655e2501bbee26bf44346521c6d9b4a2f0 (diff)
downloadlibqmi-da824be8c242c2decdb547b39ea9e3789d263679.tar.gz
voice: finish USSD request/response/indication support
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-common.sections30
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-docs.xml7
2 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/libqmi-glib/libqmi-glib-common.sections b/docs/reference/libqmi-glib/libqmi-glib-common.sections
index b4a9c392..f3697b74 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-common.sections
+++ b/docs/reference/libqmi-glib/libqmi-glib-common.sections
@@ -1114,6 +1114,12 @@ QmiVoicePrivacy
QmiVoiceServiceOption
QmiVoiceTtyMode
QmiVoiceWcdmaAmrStatus
+QmiVoiceUserAction
+QmiVoiceUssDataCodingScheme
+QmiVoiceAlphaDataCodingScheme
+QmiVoiceCallEndReason
+QmiVoiceCallControlResultType
+QmiVoiceCallControlSupplementaryServiceType
<SUBSECTION Methods>
qmi_voice_call_state_get_string
qmi_voice_call_type_get_string
@@ -1126,6 +1132,12 @@ qmi_voice_privacy_get_string
qmi_voice_service_option_get_string
qmi_voice_tty_mode_get_string
qmi_voice_wcdma_amr_status_build_string_from_mask
+qmi_voice_user_action_get_string
+qmi_voice_uss_data_coding_scheme_get_string
+qmi_voice_alpha_data_coding_scheme_get_string
+qmi_voice_call_end_reason_get_string
+qmi_voice_call_control_result_type_get_string
+qmi_voice_call_control_supplementary_service_type_get_string
<SUBSECTION Private>
qmi_voice_call_state_build_string_from_mask
qmi_voice_call_type_build_string_from_mask
@@ -1138,6 +1150,12 @@ qmi_voice_privacy_build_string_from_mask
qmi_voice_service_option_build_string_from_mask
qmi_voice_tty_mode_build_string_from_mask
qmi_voice_wcdma_amr_status_get_string
+qmi_voice_user_action_build_string_from_mask
+qmi_voice_uss_data_coding_scheme_build_string_from_mask
+qmi_voice_alpha_data_coding_scheme_build_string_from_mask
+qmi_voice_call_end_reason_build_string_from_mask
+qmi_voice_call_control_result_type_build_string_from_mask
+qmi_voice_call_control_supplementary_service_type_build_string_from_mask
<SUBSECTION Standard>
QMI_TYPE_VOICE_CALL_STATE
QMI_TYPE_VOICE_CALL_TYPE
@@ -1150,6 +1168,12 @@ QMI_TYPE_VOICE_PRIVACY
QMI_TYPE_VOICE_SERVICE_OPTION
QMI_TYPE_VOICE_TTY_MODE
QMI_TYPE_VOICE_WCDMA_AMR_STATUS
+QMI_TYPE_VOICE_USER_ACTION
+QMI_TYPE_VOICE_USS_DATA_CODING_SCHEME
+QMI_TYPE_VOICE_ALPHA_DATA_CODING_SCHEME
+QMI_TYPE_VOICE_CALL_END_REASON
+QMI_TYPE_VOICE_CALL_CONTROL_RESULT_TYPE
+QMI_TYPE_VOICE_CALL_CONTROL_SUPPLEMENTARY_SERVICE_TYPE
qmi_voice_call_state_get_type
qmi_voice_call_type_get_type
qmi_voice_call_direction_get_type
@@ -1161,6 +1185,12 @@ qmi_voice_privacy_get_type
qmi_voice_service_option_get_type
qmi_voice_tty_mode_get_type
qmi_voice_wcdma_amr_status_get_type
+qmi_voice_user_action_get_type
+qmi_voice_uss_data_coding_scheme_get_type
+qmi_voice_alpha_data_coding_scheme_get_type
+qmi_voice_call_end_reason_get_type
+qmi_voice_call_control_result_type_get_type
+qmi_voice_call_control_supplementary_service_type_get_type
</SECTION>
<SECTION>
diff --git a/docs/reference/libqmi-glib/libqmi-glib-docs.xml b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
index 020cf556..d3f78bfd 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-docs.xml
+++ b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
@@ -377,6 +377,9 @@
<section>
<title>Voice Indications</title>
<xi:include href="xml/qmi-indication-voice-all-call-status.xml"/>
+ <xi:include href="xml/qmi-indication-voice-release-ussd.xml"/>
+ <xi:include href="xml/qmi-indication-voice-ussd.xml"/>
+ <xi:include href="xml/qmi-indication-voice-originate-ussd-no-wait.xml"/>
</section>
<section>
<title>Voice Requests</title>
@@ -385,6 +388,10 @@
<xi:include href="xml/qmi-message-voice-answer-call.xml"/>
<xi:include href="xml/qmi-message-voice-get-config.xml"/>
<xi:include href="xml/qmi-message-voice-get-supported-messages.xml"/>
+ <xi:include href="xml/qmi-message-voice-originate-ussd.xml"/>
+ <xi:include href="xml/qmi-message-voice-answer-ussd.xml"/>
+ <xi:include href="xml/qmi-message-voice-cancel-ussd.xml"/>
+ <xi:include href="xml/qmi-message-voice-originate-ussd-no-wait.xml"/>
</section>
</chapter>