Searched refs:localVersion (Results 1 – 1 of 1) sorted by relevance
477 static NFCSTATUS phFriNfc_Llcp_VersionAgreement( uint8_t localVersion, in phFriNfc_Llcp_VersionAgreement() argument481 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()