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

  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 91 uint8_t full_version[NXP_FULL_VERSION_LEN]; member in struct:phHciNfc_IDMgmt_Info
856 p_identity_info->full_version[i] = reg_value[i];
857 pHwRef->device_info.full_version[i]= reg_value[i];
phLibNfc.c 880 (void)memcpy(phLibNfc_StackCapabilities->psDevCapabilities.full_version,
881 gpphLibContext->psHwReference->device_info.full_version,NXP_FULL_VERSION_LEN);
888 phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = memcmp(phLibNfc_StackCapabilities->psDevCapabilities.full_version, nxp_nfc_full_version,
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 338 uint8_t full_version[NXP_FULL_VERSION_LEN]; member in struct:phNfc_sDeviceCapabilities_t
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 225 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-1],
226 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-2],
395 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-1],
396 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-2],
    [all...]

Completed in 44 milliseconds