nfc_stop_ndef_tag_emulation()
Stop a virtual NDEF tag emulation.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_stop_ndef_tag_emulation()
Arguments:
Library:
libnfcDescription:
This function stops the virtual NDEF tag emulation and destroys an existing virtual NDEF tag. If an application exits without calling this function then NFC system will stop the emulation automatically.
Returns:
NFC_RESULT_SUCCESS, or one of the following:
- NFC_RESULT_OPERATION_REJECTED: Virtual NDEF tag emulation is not in progress
- NFC_RESULT_SERVICE_CONNECTION_ERROR: The application is not connected to the NFC system.