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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 672 SENSF_RES Response length.(n) 1 byte Length of SENSF_RES (Byte 2 - Byte 17 or 19).Available after Technology Detection
673 SENSF_RES Response Byte 2 - Byte 17 or 19 n bytes Defined in [DIGPROT] Available after Technology Detection
680 STREAM_TO_ARRAY (p_pf->sensf_res, p, p_pf->sensf_res_len);
681 memcpy (p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
682 p_pf->mrti_check = p_pf->sensf_res[NCI_MRTI_CHECK_INDEX];
683 p_pf->mrti_update = p_pf->sensf_res[NCI_MRTI_UPDATE_INDEX];
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 660 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
661 UINT8 sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */ member in struct:__anon10184
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 545 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
546 UINT8 sensf_res[NFC_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */ member in struct:__anon10568
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 699 fn, ii, mTechParams [i].param.pf.sensf_res[ii],mTechParams [i].param.pf.sensf_res[ii]);
702 memcpy (result, mTechParams [i].param.pf.sensf_res + 8, 8); //copy PMm
    [all...]

Completed in 209 milliseconds