Searched refs:NFC_PROTOCOL_15693 (Results 1 – 8 of 8) sorted by relevance
264 …FC_PROTOCOL_T1T) && (protocol != NFC_PROTOCOL_T2T) && (protocol != NFC_PROTOCOL_15693) && (protoco… in NFA_RwSetTagReadOnly()270 if ( (!b_hard_lock && (protocol == NFC_PROTOCOL_15693)) in NFA_RwSetTagReadOnly()833 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93Inventory()887 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93StayQuiet()929 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93ReadSingleBlock()973 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93WriteSingleBlock()1026 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93LockBlock()1071 if ( nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93ReadMultipleBlocks()1118 if ( nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93WriteMultipleBlocks()1178 if (nfa_rw_cb.protocol != NFC_PROTOCOL_15693) in NFA_RwI93Select()[all …]
1524 else if (NFC_PROTOCOL_15693 == protocol) in nfa_rw_start_ndef_detection()1600 else if (NFC_PROTOCOL_15693 == protocol) in nfa_rw_start_ndef_read()1687 else if (NFC_PROTOCOL_15693 == protocol) in nfa_rw_start_ndef_write()1923 else if (NFC_PROTOCOL_15693 == protocol) in nfa_rw_presence_check()2023 else if (protocol == NFC_PROTOCOL_15693) in nfa_rw_format_tag()2120 else if (NFC_PROTOCOL_15693 == protocol) in nfa_rw_config_tag_ro()2675 &&(p_activate_params->protocol != NFC_PROTOCOL_15693) ) in nfa_rw_activate_ntf()2743 else if (NFC_PROTOCOL_15693 == nfa_rw_cb.protocol) in nfa_rw_activate_ntf()
268 else if (NFC_PROTOCOL_15693 == p_activate_params->protocol) in RW_SetActivatedTagType()
1902 rw_data.ndef.protocol = NFC_PROTOCOL_15693; in rw_i93_sm_detect_ndef()2926 rw_data.ndef.protocol = NFC_PROTOCOL_15693; in rw_i93_handle_error()
193 ||(protocol == NFC_PROTOCOL_15693) ); in nfa_dm_is_protocol_supported()
1662 ||(nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_15693) in nfa_dm_poll_disc_cback()
124 #define NFA_PROTOCOL_ISO15693 NFC_PROTOCOL_15693
350 #define NFC_PROTOCOL_15693 NCI_PROTOCOL_15693 macro