HomeSort by relevance Sort by last modified time
    Searched refs:NFCSTATUS_TARGET_LOST (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/src/
phLibNfcStatus.h 54 #define NFCSTATUS_TARGET_LOST (0x0092)
phLibNfc_llcp.c 263 result = NFCSTATUS_TARGET_LOST;
339 RetStatus = NFCSTATUS_TARGET_LOST;
542 result = NFCSTATUS_TARGET_LOST;
    [all...]
phLibNfc_discovery.c 342 NFCSTATUS_TARGET_LOST */
343 status= NFCSTATUS_TARGET_LOST;
phLibNfc_ndef_raw.c     [all...]
phLibNfc_initiator.c 683 status = NFCSTATUS_TARGET_LOST;
767 /* If error code is other than SUCCESS return NFCSTATUS_TARGET_LOST */
768 Connect_status = NFCSTATUS_TARGET_LOST;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 331 STATUS_ENTRY(NFCSTATUS_TARGET_LOST),
com_android_nfc_NativeNfcTag.cpp 827 if ((targetLost != NULL) && (status == NFCSTATUS_TARGET_LOST)) {
843 if ((targetLost != NULL) && (cb_data.status == NFCSTATUS_TARGET_LOST)) {
    [all...]

Completed in 73 milliseconds