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.cc 640 p_pa->nfcid1_len = *p++;
641 if (p_pa->nfcid1_len > NCI_NFCID1_MAX_LEN)
642 p_pa->nfcid1_len = NCI_NFCID1_MAX_LEN;
643 STREAM_TO_ARRAY(p_pa->nfcid1, p, p_pa->nfcid1_len);
647 (7 + p_pa->nfcid1_len + u8)) /* 2(sens_res) + 1(len) +
648 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 686 uint8_t nfcid1_len; /* 4, 7 or 10 */ member in struct:__anon114668
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]
  /system/nfc/src/nfa/rw/
nfa_rw_act.c     [all...]

Completed in 1385 milliseconds