OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_STATUS_WRONG_PROTOCOL
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c
823
**
NFA_STATUS_WRONG_PROTOCOL
: ISO 15693 tag not activated
835
return (
NFA_STATUS_WRONG_PROTOCOL
);
877
**
NFA_STATUS_WRONG_PROTOCOL
: ISO 15693 tag not activated
889
return (
NFA_STATUS_WRONG_PROTOCOL
);
919
**
NFA_STATUS_WRONG_PROTOCOL
: ISO 15693 tag not activated
931
return (
NFA_STATUS_WRONG_PROTOCOL
);
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_api.h
77
#define
NFA_STATUS_WRONG_PROTOCOL
NFC_STATUS_WRONG_PROTOCOL /* Protocol mismatch between API and activated one */
[
all
...]
Completed in 160 milliseconds