Functions in
nfc_se_access.h
Functions in nfc_se_access.h.
nfc_se_channel_close_channel()
Close this channel to the secure element.
nfc_se_channel_get_session()
Retrieve the session that has opened this channel.
nfc_se_channel_get_transmit_data()
Retrieve the result of the APDU exchange on a specific channel.
nfc_se_channel_is_basic_channel()
Indicate if the specified channel is the basic channel.
nfc_se_channel_is_closed()
Determine if the specified channel is closed.
nfc_se_channel_transmit_apdu()
Transmit an Application Data Unit (APDU) command (as per ISO 7816-4) to the secure element.
nfc_se_enable_swp()
Initiates the activation of the Single Wire Protocol(SWP) line for the UICC secure element.
nfc_se_get_active_se_type()
Obtain the type of the active secure element.
nfc_se_is_aid_registered()
Check if the application ID (AID) is registered with the secure element associated with the session provided.
nfc_se_is_uicc_ce_enabled()
Determine whether the UICC secure element card emulation (UICC SE CE) is enabled.
nfc_se_open_logical_channel_direct()
Create and obtain access to the logical channel for a specific Secure Element.
nfc_se_reader_close_sessions()
Close all the sessions opened on this reader.
nfc_se_reader_get_name()
Return the user-friendly name of this reader.
nfc_se_reader_get_technology_types()
Retrieve the technology types that are emulated for the NFC reader.
nfc_se_reader_is_secure_element_present()
Report if the secure element is present for a specific reader.
nfc_se_reader_open_session()
Connect to a secure element in a reader.
nfc_se_reader_set_technology_types()
Set the technology types (protocols) that are to be emulated.
nfc_se_register_aid()
Register an NFC application ID (AID) to be handled by the secure element associated with the session provided.
nfc_se_service_get_num_readers()
Provide the number of readers available to the calling application.
nfc_se_service_get_readers()
Provide a list of readers accessible to this application.
nfc_se_session_close_channels()
Close any channel opened on this session.
nfc_se_session_close_session()
Close the connection with the secure element.
nfc_se_session_get_atr()
Retrieve the Answer to Reset of this secure element.
nfc_se_session_get_reader()
Retrieve the reader that provides this session.
nfc_se_session_is_session_closed()
Check if a session is closed.
nfc_se_session_open_basic_channel()
Retrieve an access to the basic channel.
nfc_se_session_open_logical_channel()
Create and obtain access to the logical channel.
nfc_se_set_uicc_active()
Set the UICC as the active secure element.
nfc_se_unregister_aid()
Deregister an application ID (AID) from the secure element associated with the session provided.
Parent topic:
NFC secure element access (nfc_se_access.h)