Home
last modified time | relevance | path

Searched refs:NFC_HAL_PRM_FORMAT_NCD (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/int/
Dnfc_hal_int_api.h86 #define NFC_HAL_PRM_FORMAT_NCD 0x02 macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp465 …patchfile %s (size: %lu) format=%u", __FUNCTION__, sPatchFn, lenPrmBuffer, NFC_HAL_PRM_FORMAT_NCD); in StartPatchDownload()
474 … HAL_NfcPrmDownloadStart(NFC_HAL_PRM_FORMAT_NCD, 0, (UINT8*)sPrmBuf, lenPrmBuffer, 0, prmCallback); in StartPatchDownload()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c1038 if (format_type == NFC_HAL_PRM_FORMAT_NCD) in HAL_NfcPrmDownloadStart()