Searched defs:NFCSTATUS_SUCCESS (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/inc/
H A DphNfcStatus.h64 * \note The macro is not required for the \ref NFCSTATUS_SUCCESS value. This is the only
72 ( ((phNfcStatus) == (NFCSTATUS_SUCCESS)) ? (NFCSTATUS_SUCCESS) : \
93 * except for the value \ref NFCSTATUS_SUCCESS.
99 #define NFCSTATUS_SUCCESS (0x0000) macro
/external/libnfc-nci/halimpl/pn54x/common/
H A DphNfcStatus.h39 * The macro is not required for the NFCSTATUS_SUCCESS value.
46 ( ((phNfcStatus) == (NFCSTATUS_SUCCESS)) ? (NFCSTATUS_SUCCESS) : \
72 #define NFCSTATUS_SUCCESS (0x0000) macro
77 #define NFCSTATUS_OK (NFCSTATUS_SUCCESS)

Completed in 90 milliseconds