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

  /external/libnfc-nxp/src/
phLibNfc.h 54 extern const unsigned char *nxp_nfc_full_version;
    [all...]
phHal4Nfc.c 311 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;
    [all...]
phLibNfc.c 883 if (nxp_nfc_full_version == NULL) {
888 phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = memcmp(phLibNfc_StackCapabilities->psDevCapabilities.full_version, nxp_nfc_full_version,
    [all...]

Completed in 39 milliseconds