OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_MAX_ATS_LEN
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/include/
nfc_api.h
604
#define
NFC_MAX_ATS_LEN
NCI_MAX_ATS_LEN
612
UINT8 ats_res[
NFC_MAX_ATS_LEN
]; /* ATS RES */
629
UINT8 atr_res[
NFC_MAX_ATS_LEN
]; /* ATR_RES (Byte 3 - Byte 17+n) */
640
UINT8 atr_req[
NFC_MAX_ATS_LEN
]; /* ATR_REQ (Byte 3 - Byte 18+n) */
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
819
if (p_pa_iso->ats_res_len >
NFC_MAX_ATS_LEN
)
820
p_pa_iso->ats_res_len =
NFC_MAX_ATS_LEN
;
909
if (p_pa_nfc->atr_res_len >
NFC_MAX_ATS_LEN
)
910
p_pa_nfc->atr_res_len =
NFC_MAX_ATS_LEN
;
[
all
...]
Completed in 26 milliseconds