Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/int/
Dnfa_rw_int.h317 BOOLEAN skip_dyn_locks; /* To skip reading dynamic locks during NDEF Detect */ member
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c786 ||(nfa_rw_cb.skip_dyn_locks == TRUE) ) in nfa_rw_handle_t2t_evt()
789 nfa_rw_cb.skip_dyn_locks = FALSE; in nfa_rw_handle_t2t_evt()
795 nfa_rw_cb.skip_dyn_locks = TRUE; in nfa_rw_handle_t2t_evt()
1511 status = RW_T2tDetectNDef(nfa_rw_cb.skip_dyn_locks); in nfa_rw_start_ndef_detection()
2656 nfa_rw_cb.skip_dyn_locks = FALSE; in nfa_rw_activate_ntf()
2919 nfa_rw_cb.skip_dyn_locks = FALSE; in nfa_rw_handle_op_req()
/external/libnfc-nci/src/nfc/include/
Drw_api.h534 NFC_API extern tNFC_STATUS RW_T2tDetectNDef (BOOLEAN skip_dyn_locks);
/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c841 ||(p_t2t->skip_dyn_locks) ) in rw_t2t_read_locks()
2951 tNFC_STATUS RW_T2tDetectNDef (BOOLEAN skip_dyn_locks) in RW_T2tDetectNDef() argument
2955 p_t2t->skip_dyn_locks = skip_dyn_locks; in RW_T2tDetectNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h316 …BOOLEAN skip_dyn_locks; /* Skip reading dynamic lock bytes from th… member