nfc_se_set_uicc_active()
Sets the the UICC as the active secure element.
Synopsis:
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_set_uicc_active()
Arguments:
Library:
libnfcDescription:
This function starts the process of setting the UICC as the active secure element. Calling this function may result in a dialog asking the end user to agree to this change. The calling application will receive the result of the action through the NFC_CE_SET_UICC_ACTIVE_SE_TYPE_EVENT bps event.
Returns:
NFC_RESULT_SUCCESS if the process of setting the UICC as the active secure element has been initiated; otherwise the following value is returned:
- NFC_RESULT_SERVICE_CONNECTION_ERROR: An attempt to connect to the NFC system has failed.