Home
last modified time | relevance | path

Searched refs:localVersion (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_Llcp.c477 static NFCSTATUS phFriNfc_Llcp_VersionAgreement( uint8_t localVersion, in phFriNfc_Llcp_VersionAgreement() argument
481 uint8_t localMajor = localVersion & PHFRINFC_LLCP_VERSION_MAJOR_MASK; in phFriNfc_Llcp_VersionAgreement()
482 uint8_t localMinor = localVersion & PHFRINFC_LLCP_VERSION_MINOR_MASK; in phFriNfc_Llcp_VersionAgreement()
510 negociatedVersion = localVersion; in phFriNfc_Llcp_VersionAgreement()