Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_Llcp.c478 uint8_t remoteVersion, in phFriNfc_Llcp_VersionAgreement() argument
483 uint8_t remoteMajor = remoteVersion & PHFRINFC_LLCP_VERSION_MAJOR_MASK; in phFriNfc_Llcp_VersionAgreement()
484 uint8_t remoteMinor = remoteVersion & PHFRINFC_LLCP_VERSION_MINOR_MASK; in phFriNfc_Llcp_VersionAgreement()
525 uint8_t remoteVersion; in phFriNfc_Llcp_InternalActivate() local
531 status = phFriNfc_Llcp_ParseLinkParams(psParamsTLV, &sRemoteParams, &remoteVersion); in phFriNfc_Llcp_InternalActivate()
540 …status = phFriNfc_Llcp_VersionAgreement(PHFRINFC_LLCP_VERSION , remoteVersion, &negociatedVersion); in phFriNfc_Llcp_InternalActivate()