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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 478 uint8_t remoteVersion,
483 uint8_t remoteMajor = remoteVersion & PHFRINFC_LLCP_VERSION_MAJOR_MASK;
484 uint8_t remoteMinor = remoteVersion & PHFRINFC_LLCP_VERSION_MINOR_MASK;
525 uint8_t remoteVersion;
531 status = phFriNfc_Llcp_ParseLinkParams(psParamsTLV, &sRemoteParams, &remoteVersion);
540 status = phFriNfc_Llcp_VersionAgreement(PHFRINFC_LLCP_VERSION , remoteVersion, &negociatedVersion);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 111 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION);
112 Log.d(TAG, "Re-parenting from original version " + remoteVersion + " to "
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 121 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION);
122 Log.d(TAG, "Re-parenting from original version " + remoteVersion + " to "
    [all...]

Completed in 71 milliseconds