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 331 uint16_t nTxBufferLength;
411 uint16_t nTxBufferLength,
phFriNfc_Llcp.c 553 if (Llcp->nTxBufferLength < (Llcp->sRemoteParams.miu + nMaxHeaderSize))
555 Llcp->sRemoteParams.miu = Llcp->nTxBufferLength - nMaxHeaderSize;
    [all...]

Completed in 38 milliseconds