OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RW_NDEF_FL_READ_ONLY
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/include/
rw_api.h
130
#define
RW_NDEF_FL_READ_ONLY
0x01 /* Tag is read only */
[
all
...]
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_api.h
158
#define NFA_RW_NDEF_FL_READ_ONLY
RW_NDEF_FL_READ_ONLY
/* Tag is read only */
[
all
...]
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
205
if (p_rw_data->ndef.flags &
RW_NDEF_FL_READ_ONLY
)
[
all
...]
Completed in 226 milliseconds