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

  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 40 public static final String EXTRA_DSFID = "dsfid";
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 352 /* ISO15693: response flags (1 byte), DSFID (1 byte) */
355 + sizeof(psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid)));
359 sizeof(psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid),
360 (jbyte *)&psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid);
421 /* ISO15693: response flags (1 byte), DSFID (1 byte) */
424 + sizeof(psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid)));
428 sizeof(psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid),
429 (jbyte *)&psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Dsfid);
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c     [all...]
nfa_rw_act.c     [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 209 UINT8 dsfid; /* DSFID */ member in struct:__anon28142
225 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon28144
    [all...]
tags_defs.h 466 #define I93_CMD_WRITE_DSFID 0x29 /* Write DSFID */
467 #define I93_CMD_LOCK_DSFID 0x2A /* Lock DSFID */
472 #define I93_INFO_FLAG_DSFID 0x01 /* DSFID is supported and DSFID field is present */
nfc_api.h 559 UINT8 dsfid; member in struct:__anon28111
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 684 ** Send Write DSFID command to the activated ISO 15693 tag.
695 NFC_API extern tNFA_STATUS NFA_RwI93WriteDSFID (UINT8 dsfid);
702 ** Send Lock DSFID command to the activated ISO 15693 tag.
nfa_api.h 298 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon27788
380 UINT8 dsfid; /* DSFID */ member in struct:__anon27798
388 UINT8 dsfid; /* DSFID if I93_INFO_FLAG_DSFID */ member in struct:__anon27799
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 200 UINT8 dsfid; member in struct:__anon28039
  /external/libnfc-nci/src/nfc/int/
rw_int.h 532 UINT8 dsfid; \/* DSFID if I93_INFO_FLAG_DSFID *\/ member in struct:__anon28187
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_ISO15693.c 389 .Iso15693_Info.Dsfid = *(reg_value + i );
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 773 uint8_t data [2]= {activationData.params.i93.afi, activationData.params.i93.dsfid};
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 704 // First byte response flags, second byte DSFID
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 700 // First byte response flags, second byte DSFID
  /external/libnfc-nxp/inc/
phNfcTypes.h 678 uint8_t Dsfid; /**< DSF information of the 15693
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 702 p_i93->dsfid = *p++;
    [all...]

Completed in 1077 milliseconds