Searched refs:b_hard_lock (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h138 BOOLEAN b_hard_lock; member in struct:__anon24222
296 BOOLEAN b_hard_lock; member in struct:__anon24236
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c259 tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN b_hard_lock) argument
270 if ( (!b_hard_lock && (protocol == NFC_PROTOCOL_15693))
271 ||(b_hard_lock && (protocol == NFC_PROTOCOL_ISO_DEP)) )
273 NFA_TRACE_API2 ("NFA_RwSetTagReadOnly (): Cannot %s for Protocol: %d", b_hard_lock ? "Hard lock" : "Soft lock", protocol);
277 NFA_TRACE_API1 ("NFA_RwSetTagReadOnly (): %s", b_hard_lock ? "Hard lock" : "Soft lock");
284 p_msg->params.set_readonly.b_hard_lock = b_hard_lock;
H A Dnfa_rw_act.c39 static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN b_hard_lock);
353 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK)
382 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK)
2030 static tNFC_STATUS nfa_rw_config_tag_ro (BOOLEAN b_hard_lock) argument
2048 status = RW_T1tSetTagReadOnly(b_hard_lock);
2055 status = RW_T2tSetTagReadOnly(b_hard_lock);
2060 status = RW_T3tSetReadOnly(b_hard_lock);
2909 nfa_rw_cb.b_hard_lock = p_data->op_req.params.set_readonly.b_hard_lock;
2910 nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock);
[all...]
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h425 ** Parameters: b_hard_lock: To hard lock or just soft lock the tag
431 NFC_API extern tNFC_STATUS RW_T1tSetTagReadOnly (BOOLEAN b_hard_lock);
570 ** Parameters: b_hard_lock: To indicate hard lock the tag or not
576 NFC_API extern tNFC_STATUS RW_T2tSetTagReadOnly (BOOLEAN b_hard_lock);
664 NFC_API extern tNFC_STATUS RW_T3tSetReadOnly (BOOLEAN b_hard_lock);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_rw_api.h234 NFC_API extern tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN b_hard_lock);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h149 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon24366
313 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon24370
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c3115 tNFC_STATUS RW_T3tSetReadOnly (BOOLEAN b_hard_lock) argument
3121 RW_TRACE_API1 ("RW_T3tSetReadOnly (): b_hard_lock=%d", b_hard_lock);
3136 if ((!b_hard_lock) && (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO))/* Tag's NDEF memory is read-only already */
3147 if (b_hard_lock)
H A Drw_t1t_ndef.c417 if (!p_t1t->b_hard_lock)
2711 tNFC_STATUS RW_T1tSetTagReadOnly (BOOLEAN b_hard_lock) argument
2724 p_t1t->b_hard_lock = b_hard_lock;
2737 if (p_t1t->b_hard_lock)
H A Drw_t2t_ndef.c1857 if (!p_t2t->b_hard_lock)
2752 if (p_t2t->b_hard_lock)
3135 ** Parameters: b_hard_lock: To indicate hard lock the tag or not
3141 tNFC_STATUS RW_T2tSetTagReadOnly (BOOLEAN b_hard_lock) argument
3152 p_t2t->b_hard_lock = b_hard_lock;

Completed in 4826 milliseconds