OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensf_res
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
673
SENSF_RES
Response length.(n) 1 byte Length of
SENSF_RES
(Byte 2 - Byte 17 or 19).Available after Technology Detection
674
SENSF_RES
Response Byte 2 - Byte 17 or 19 n bytes Defined in [DIGPROT] Available after Technology Detection
681
STREAM_TO_ARRAY (p_pf->
sensf_res
, p, p_pf->sensf_res_len);
682
memcpy (p_pf->nfcid2, p_pf->
sensf_res
, NCI_NFCID2_LEN);
683
p_pf->mrti_check = p_pf->
sensf_res
[NCI_MRTI_CHECK_INDEX];
684
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:__anon22232
/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:__anon22618
[
all
...]
/packages/apps/Nfc/nci/jni/
NfcTag.cpp
727
fn, ii, mTechParams [i].param.pf.
sensf_res
[ii],mTechParams [i].param.pf.
sensf_res
[ii]);
730
memcpy (result, mTechParams [i].param.pf.
sensf_res
+ 8, 8); //copy PMm
[
all
...]
Completed in 396 milliseconds