Searched refs:skip_dyn_locks (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h317 BOOLEAN skip_dyn_locks; /* To skip reading dynamic locks during NDEF Detect */ member in struct:__anon24236
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c755 ||(nfa_rw_cb.skip_dyn_locks == TRUE) )
758 nfa_rw_cb.skip_dyn_locks = FALSE;
764 nfa_rw_cb.skip_dyn_locks = TRUE;
1468 status = RW_T2tDetectNDef(nfa_rw_cb.skip_dyn_locks);
2601 nfa_rw_cb.skip_dyn_locks = FALSE;
2868 nfa_rw_cb.skip_dyn_locks = FALSE;
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h533 NFC_API extern tNFC_STATUS RW_T2tDetectNDef (BOOLEAN skip_dyn_locks);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h316 BOOLEAN skip_dyn_locks; /* Skip reading dynamic lock bytes from the tag */ member in struct:__anon24370
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c841 ||(p_t2t->skip_dyn_locks) )
2951 tNFC_STATUS RW_T2tDetectNDef (BOOLEAN skip_dyn_locks) argument
2955 p_t2t->skip_dyn_locks = skip_dyn_locks;

Completed in 603 milliseconds