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

  /system/nfc/src/nfc/nfc/
nfc_ncif.c 588 p_pa->nfcid1_len = *p++;
589 if (p_pa->nfcid1_len > NCI_NFCID1_MAX_LEN)
590 p_pa->nfcid1_len = NCI_NFCID1_MAX_LEN;
591 STREAM_TO_ARRAY(p_pa->nfcid1, p, p_pa->nfcid1_len);
595 (7 + p_pa->nfcid1_len + u8)) /* 2(sens_res) + 1(len) +
596 p_pa->nfcid1_len + 1(len) + u8 + hr
    [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_act.c     [all...]
  /system/nfc/src/hal/include/
nci_defs.h 632 uint8_t nfcid1_len; /* 4, 7 or 10 */ member in struct:__anon107198
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]
  /system/nfc/src/nfa/rw/
nfa_rw_act.c     [all...]

Completed in 100 milliseconds