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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 524 phFriNfc_Llcp_sLinkParameters_t sRemoteParams;
531 status = phFriNfc_Llcp_ParseLinkParams(psParamsTLV, &sRemoteParams, &remoteVersion);
550 memcpy(&Llcp->sRemoteParams, &sRemoteParams, sizeof(phFriNfc_Llcp_sLinkParameters_t));
553 if (Llcp->nTxBufferLength < (Llcp->sRemoteParams.miu + nMaxHeaderSize))
555 Llcp->sRemoteParams.miu = Llcp->nTxBufferLength - nMaxHeaderSize;
593 Llcp->sRemoteParams.miu = PHFRINFC_LLCP_MIU_DEFAULT;
740 nDuration = Llcp->sRemoteParams.lto * 10;
    [all...]
phFriNfc_Llcp.h 316 phFriNfc_Llcp_sLinkParameters_t sRemoteParams;

Completed in 57 milliseconds