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 675 SENSF_RES Response length.(n) 1 byte Length of SENSF_RES (Byte 2 - Byte 17 or 19).Available after Technology Detection
676 SENSF_RES Response Byte 2 - Byte 17 or 19 n bytes Defined in [DIGPROT] Available after Technology Detection
683 STREAM_TO_ARRAY (p_pf->sensf_res, p, p_pf->sensf_res_len);
684 memcpy (p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
685 p_pf->mrti_check = p_pf->sensf_res[NCI_MRTI_CHECK_INDEX];
686 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:__anon7617
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 546 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
547 UINT8 sensf_res[NFC_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */ member in struct:__anon8006
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 750 fn, ii, mTechParams [i].param.pf.sensf_res[ii],mTechParams [i].param.pf.sensf_res[ii]);
753 memcpy (result, mTechParams [i].param.pf.sensf_res + 8, 8); //copy PMm
    [all...]

Completed in 405 milliseconds