/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/nfc/include/ |
tags_defs.h | 240 #define T3T_POLL_RC_NONE 0 /* No RD requested in SENSF_RES */ 241 #define T3T_POLL_RC_SC 1 /* System code requested in SENSF_RES */ 242 #define T3T_POLL_RC_COMM 2 /* Avanced protocol features requested in SENSF_RES */
|
rw_api.h | 158 UINT8 response_num; /* Number of SENSF_RES responses */ 159 UINT8 response_bufsize; /* Size of SENSF_RES responses */ 160 UINT8 *response_buf; /* Buffer of responses (length + SENSF_RES) see $8.1.2.2 of NCI specs */ [all...] |
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:__anon10566 [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:__anon10182
|
/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...] |
/external/libnfc-nci/src/include/ |
nfc_target.h | 288 /* CE Type 3 Tag maximum response timeout index (for check and update, used in SENSF_RES) */
|
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 541 UINT8 lf_t3t_pmm[NCI_T3T_PMM_LEN]; /* Bytes 10 - 17 in SENSF_RES */ [all...] |