OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_SYSTEMCODE_LEN
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_api.h
539
UINT8 lf_t3t_identifier[NFA_LF_MAX_SC_NFCID2][
NCI_SYSTEMCODE_LEN
+ NCI_NFCID2_LEN];
[
all
...]
/external/libnfc-nci/src/hal/include/
nci_defs.h
653
#define
NCI_SYSTEMCODE_LEN
2
/external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c
554
UINT8_TO_STREAM (p,
NCI_SYSTEMCODE_LEN
+ NCI_NFCID2_LEN);
555
ARRAY_TO_STREAM (p, p_cfg->lf_t3t_identifier[xx],
NCI_SYSTEMCODE_LEN
+ NCI_NFCID2_LEN);
[
all
...]
Completed in 58 milliseconds