Home
last modified time | relevance | path

Searched refs:NFC_PROTOCOL_15693 (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_api.c264 …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 …]
Dnfa_rw_act.c1480 case NFC_PROTOCOL_15693: /* ISO 15693 */ in nfa_rw_start_ndef_detection()
1556 case NFC_PROTOCOL_15693: /* ISO 15693 */ in nfa_rw_start_ndef_read()
1643 case NFC_PROTOCOL_15693: /* ISO 15693 */ in nfa_rw_start_ndef_write()
1868 case NFC_PROTOCOL_15693: /* ISO 15693 */ in nfa_rw_presence_check()
1976 else if (protocol == NFC_PROTOCOL_15693) in nfa_rw_format_tag()
2067 case NFC_PROTOCOL_15693: in nfa_rw_config_tag_ro()
2620 &&(p_activate_params->protocol != NFC_PROTOCOL_15693) ) in nfa_rw_activate_ntf()
2687 case NFC_PROTOCOL_15693: in nfa_rw_activate_ntf()
/external/libnfc-nci/src/nfc/tags/
Drw_main.c266 case NFC_PROTOCOL_15693: /* ISO 15693 */ in RW_SetActivatedTagType()
Drw_i93.c1902 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()
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_main.c193 ||(protocol == NFC_PROTOCOL_15693) ); in nfa_dm_is_protocol_supported()
Dnfa_dm_act.c1644 ||(nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_15693) in nfa_dm_poll_disc_cback()
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h124 #define NFA_PROTOCOL_ISO15693 NFC_PROTOCOL_15693
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h346 #define NFC_PROTOCOL_15693 NCI_PROTOCOL_15693 macro