nfc_unregister_handover_listener()
Unregister for notification of a successful NFC handover.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_unregister_handover_listener()
Arguments:
Library:
libnfcDescription:
This function unregisters a caller from being updated when an NFC handover has occurred. All types listed will be unregistered.
Returns:
NFC_RESULT_SUCCESS, or one of the following:
- NFC_RESULT_OPERATION_REJECTED: Listener is not registered.
- NFC_RESULT_SERVICE_CONNECTION_ERROR: The application is not connected to the NFC system.