Stop receiving NFC events.
Synopsis:
#include <nfc/nfc_bps.h>
NFC_API int nfc_stop_events()
Arguments:
Library:
libnfc_bps (For the qcc command, use the -l nfc_bps
option to link against this library)
Description:
This function indicates that the application wants to stop receiving NFC events.
Returns:
BPS_SUCCESS upon success, otherwise
BPS_FAILURE with
errno set to the following value:
- EIO: An IO error has occurred.