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

/external/libnfc-nxp/src/
H A DphHal4Nfc.c311 const unsigned char *nxp_nfc_full_version = NULL; variable
323 p = dlsym(handle, "nxp_nfc_full_version");
325 ALOGE("Could not link nxp_nfc_full_version");
328 nxp_nfc_full_version = (unsigned char *)p;

Completed in 53 milliseconds