HomeSort by relevance Sort by last modified time
    Searched refs:b_hard_lock (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 137 BOOLEAN b_hard_lock; member in struct:__anon10487
288 BOOLEAN b_hard_lock; member in struct:__anon10501
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 256 tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN b_hard_lock)
267 if ( (!b_hard_lock && (protocol == NFC_PROTOCOL_15693))
268 ||(b_hard_lock && (protocol == NFC_PROTOCOL_ISO_DEP)) )
270 NFA_TRACE_API2 ("NFA_RwSetTagReadOnly (): Cannot %s for Protocol: %d", b_hard_lock ? "Hard lock" : "Soft lock", protocol);
279 p_msg->params.set_readonly.b_hard_lock = b_hard_lock;
    [all...]
nfa_rw_act.c 37 static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN b_hard_lock);
341 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK)
370 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK)
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 418 ** Parameters: b_hard_lock: To hard lock or just soft lock the tag
424 NFC_API extern tNFC_STATUS RW_T1tSetTagReadOnly (BOOLEAN b_hard_lock);
563 ** Parameters: b_hard_lock: To indicate hard lock the tag or not
569 NFC_API extern tNFC_STATUS RW_T2tSetTagReadOnly (BOOLEAN b_hard_lock);
657 NFC_API extern tNFC_STATUS RW_T3tSetReadOnly (BOOLEAN b_hard_lock);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 223 NFC_API extern tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN b_hard_lock);
  /external/libnfc-nci/src/nfc/int/
rw_int.h 149 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon10631
318 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon10635
    [all...]

Completed in 567 milliseconds