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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 310 uint16_t nTxBufferLength;
390 uint16_t nTxBufferLength,
phFriNfc_Llcp.c 487 if (Llcp->nTxBufferLength < (Llcp->sRemoteParams.miu + nMaxHeaderSize))
489 Llcp->sRemoteParams.miu = Llcp->nTxBufferLength - nMaxHeaderSize;
    [all...]

Completed in 67 milliseconds