HomeSort by relevance Sort by last modified time
    Searched full:negociatedversion (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 485 uint8_t negociatedVersion;
497 negociatedVersion = localMajor | ((remoteMinor<localMinor)?remoteMinor:localMinor);
510 negociatedVersion = localVersion;
514 *pNegociatedVersion = negociatedVersion;
526 uint8_t negociatedVersion;
540 status = phFriNfc_Llcp_VersionAgreement(PHFRINFC_LLCP_VERSION , remoteVersion, &negociatedVersion);
549 Llcp->version = negociatedVersion;
    [all...]

Completed in 135 milliseconds