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

  /system/nfc/src/nfa/int/
nfa_rw_int.h 129 typedef struct { bool b_hard_lock; } tNFA_RW_OP_PARAMS_CONFIG_READ_ONLY; member in struct:__anon107483
277 bool b_hard_lock; member in struct:__anon107497
  /system/nfc/src/nfa/include/
nfa_rw_api.h 230 extern tNFA_STATUS NFA_RwSetTagReadOnly(bool b_hard_lock);
  /system/nfc/src/nfa/rw/
nfa_rw_api.c 251 tNFA_STATUS NFA_RwSetTagReadOnly(bool b_hard_lock) {
265 if ((!b_hard_lock && (protocol == NFC_PROTOCOL_15693)) ||
266 (b_hard_lock && (protocol == NFC_PROTOCOL_ISO_DEP))) {
268 b_hard_lock ? "Hard lock" : "Soft lock", protocol);
273 b_hard_lock ? "Hard lock" : "Soft lock");
280 p_msg->params.set_readonly.b_hard_lock = b_hard_lock;
    [all...]
nfa_rw_act.c 38 static tNFC_STATUS nfa_rw_config_tag_ro(bool b_hard_lock);
330 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK) {
353 if (nfa_rw_config_tag_ro(nfa_rw_cb.b_hard_lock) != NFC_STATUS_OK) {
    [all...]
  /system/nfc/src/nfc/include/
rw_api.h 437 ** Parameters: b_hard_lock: To hard lock or just soft lock the tag
443 extern tNFC_STATUS RW_T1tSetTagReadOnly(bool b_hard_lock);
586 ** Parameters: b_hard_lock: To indicate hard lock the tag or not
592 extern tNFC_STATUS RW_T2tSetTagReadOnly(bool b_hard_lock);
680 extern tNFC_STATUS RW_T3tSetReadOnly(bool b_hard_lock);
    [all...]
  /system/nfc/src/nfc/int/
rw_int.h 196 bool b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon107628
422 bool b_hard_lock; /* Hard lock the tag as part of config tag to Read only */ member in struct:__anon107632
    [all...]

Completed in 1952 milliseconds