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

  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 58 #define PH_LLCNFC_MIN_BUFLEN_RECVD (1)
phLlcNfc_Interface.c 683 if ((PH_LLCNFC_MIN_BUFLEN_RECVD == pCompInfo->length) &&
684 (((PH_LLCNFC_MIN_BUFLEN_RECVD + 1) < *(pCompInfo->buffer)) &&
726 PH_LLCNFC_MIN_BUFLEN_RECVD);
728 else if (((PH_LLCNFC_MIN_BUFLEN_RECVD + 1) < pCompInfo->length) &&
    [all...]

Completed in 564 milliseconds