OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_MAX_AID_LEN
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_ee_api.h
35
#define
NFA_MAX_AID_LEN
NFC_MAX_AID_LEN /* 16 per ISO 7816 specification */
nfa_api.h
43
#define
NFA_MAX_AID_LEN
NFC_MAX_AID_LEN
[
all
...]
/external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c
419
if ((p_cb == NULL) || (aid_len == 0) || (p_aid == NULL) || (aid_len < NFA_MIN_AID_LEN) || (aid_len >
NFA_MAX_AID_LEN
))
472
if ((aid_len == 0) || (p_aid == NULL) || (aid_len >
NFA_MAX_AID_LEN
))
nfa_ee_act.c
100
if (aid_len >
NFA_MAX_AID_LEN
)
102
NFA_TRACE_ERROR2 ("aid_len: %d exceeds max(%d)", aid_len,
NFA_MAX_AID_LEN
);
103
len =
NFA_MAX_AID_LEN
;
[
all
...]
Completed in 38 milliseconds