Searched refs:NFC_PROTOCOL_T5T (Results 1 – 8 of 8) sorted by relevance
262 (protocol != NFC_PROTOCOL_T5T) && (protocol != NFC_PROTOCOL_ISO_DEP) && in NFA_RwSetTagReadOnly()271 if ((!b_hard_lock && (protocol == NFC_PROTOCOL_T5T)) || in NFA_RwSetTagReadOnly()832 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93Inventory()881 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93StayQuiet()922 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93ReadSingleBlock()964 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93WriteSingleBlock()1015 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93LockBlock()1059 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93ReadMultipleBlocks()1105 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93WriteMultipleBlocks()1164 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) { in NFA_RwI93Select()[all …]
1550 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_detection()1622 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_read()1701 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_start_ndef_write()1876 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_presence_check()1962 } else if (protocol == NFC_PROTOCOL_T5T) { in nfa_rw_format_tag()2041 } else if (NFC_PROTOCOL_T5T == protocol) { in nfa_rw_config_tag_ro()
254 } else if (NFC_PROTOCOL_T5T == p_activate_params->protocol) { in RW_SetActivatedTagType()
2019 rw_data.ndef.protocol = NFC_PROTOCOL_T5T; in rw_i93_sm_detect_ndef()2942 rw_data.ndef.protocol = NFC_PROTOCOL_T5T; in rw_i93_handle_error()
180 (protocol == NFC_PROTOCOL_T5T) || (protocol == NFC_PROTOCOL_MIFARE)); in nfa_dm_is_protocol_supported()
1606 (nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_T5T) || in nfa_dm_poll_disc_cback()
132 #define NFA_PROTOCOL_T5T NFC_PROTOCOL_T5T
372 #define NFC_PROTOCOL_T5T NFC_PROTOCOL_T5T_(NFC_GetNCIVersion()) macro