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 313 uint16_t nTxBufferLength;
393 uint16_t nTxBufferLength,
phFriNfc_Llcp.c 566 if (Llcp->nTxBufferLength < (Llcp->sRemoteParams.miu + nMaxHeaderSize))
568 Llcp->sRemoteParams.miu = Llcp->nTxBufferLength - nMaxHeaderSize;
    [all...]

Completed in 20 milliseconds