summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-05-20 23:13:19 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-05-31 15:22:56 +0200
commit75149b78100f70bcc9172d0113fe75fb0790ed20 (patch)
treee64a2685f6d0453ed416983b960e9f24df210f92 /docs/reference
parentebf1bed2122f960f4105b3be734f1f7b5776fd2a (diff)
libmbim-glib,ms-uicc-low-level-access: adding cid 'uicc-reset'
MSFT MBIM_CID_MS_UICC_RESET is used to reset the UICC or to query passthrough state of the function. If host/application specifies passthrough action, the function resets the UICC and upon UICC power up, treats the UICC as if it were in a passthrough mode. If the passthrough action is disabled during reset operation then upon power up, treats the UICC as a regular Telecom UICC and expects a Telecom UICC file system to be present on the UICC
Diffstat (limited to 'docs/reference')
-rwxr-xr-xdocs/reference/libmbim-glib/libmbim-glib-common.sections10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index 2903f75..b5961a4 100755
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -363,6 +363,8 @@ MbimTransmissionState
MbimUiccSlotState
MbimUiccSecureMessaging
MbimUiccClassByteType
+MbimUiccPassThroughAction
+MbimUiccPassThroughStatus
<SUBSECTION Methods>
mbim_device_type_get_string
mbim_cellular_class_build_string_from_mask
@@ -432,6 +434,8 @@ mbim_qdu_session_type_get_string
mbim_uicc_slot_state_get_string
mbim_uicc_secure_messaging_get_string
mbim_uicc_class_byte_type_get_string
+mbim_uicc_pass_through_action_get_string
+mbim_uicc_pass_through_status_get_string
<SUBSECTION Private>
mbim_device_type_build_string_from_mask
mbim_cellular_class_get_string
@@ -503,6 +507,8 @@ mbim_qdu_session_type_build_string_from_mask
mbim_uicc_slot_state_build_string_from_mask
mbim_uicc_secure_messaging_build_string_from_mask
mbim_uicc_class_byte_type_build_string_from_mask
+mbim_uicc_pass_through_action_build_string_from_mask
+mbim_uicc_pass_through_status_build_string_from_mask
<SUBSECTION Standard>
MBIM_TYPE_ACTIVATION_COMMAND
MBIM_TYPE_ACTIVATION_STATE
@@ -577,6 +583,8 @@ MBIM_TYPE_QDU_SESSION_TYPE
MBIM_TYPE_UICC_SLOT_STATE
MBIM_TYPE_UICC_SECURE_MESSAGING
MBIM_TYPE_UICC_CLASS_BYTE_TYPE
+MBIM_TYPE_UICC_PASS_THROUGH_ACTION
+MBIM_TYPE_UICC_PASS_THROUGH_STATUS
mbim_activation_command_get_type
mbim_activation_state_get_type
mbim_auth_protocol_get_type
@@ -650,6 +658,8 @@ mbim_qdu_session_type_get_type
mbim_uicc_slot_state_get_type
mbim_uicc_class_byte_type_get_type
mbim_uicc_secure_messaging_get_type
+mbim_uicc_pass_through_action_get_type
+mbim_uicc_pass_through_status_get_type
</SECTION>
<SECTION>