Home
last modified time | relevance | path

Searched refs:NFC_PROTOCOL_T3T (Results 1 – 11 of 11) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_main.c106 case NFC_PROTOCOL_T3T: /* Type3Tag - NFC-F */ in CE_SetActivatedTagType()
Drw_main.c249 else if (NFC_PROTOCOL_T3T == p_activate_params->protocol) in RW_SetActivatedTagType()
Drw_t3t.c1355 evt_data.protocol = NFC_PROTOCOL_T3T; in rw_t3t_act_handle_ndef_detect_rsp()
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c1514 else if (NFC_PROTOCOL_T3T == protocol) in nfa_rw_start_ndef_detection()
1590 else if (NFC_PROTOCOL_T3T == protocol) in nfa_rw_start_ndef_read()
1677 else if (NFC_PROTOCOL_T3T == protocol) in nfa_rw_start_ndef_write()
1850 else if (NFC_PROTOCOL_T3T == protocol) in nfa_rw_presence_check()
2019 else if (protocol == NFC_PROTOCOL_T3T) in nfa_rw_format_tag()
2110 else if (NFC_PROTOCOL_T3T == protocol) in nfa_rw_config_tag_ro()
2736 else if (NFC_PROTOCOL_T3T == nfa_rw_cb.protocol) in nfa_rw_activate_ntf()
Dnfa_rw_api.c264 …col != NFC_PROTOCOL_15693) && (protocol != NFC_PROTOCOL_ISO_DEP) && (protocol != NFC_PROTOCOL_T3T)) in NFA_RwSetTagReadOnly()
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_main.c190 ||(protocol == NFC_PROTOCOL_T3T) in nfa_dm_is_protocol_supported()
Dnfa_dm_act.c1539 ||(nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_T3T) in nfa_dm_excl_disc_cback()
1660 ||(nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_T3T) in nfa_dm_poll_disc_cback()
1855 ||(nfa_dm_cb.disc_cb.activated_protocol == NFC_PROTOCOL_T3T) in nfa_dm_notify_activation_status()
Dnfa_dm_discover.c683 if (protocol == NFC_PROTOCOL_T3T) in nfa_dm_disc_get_disc_mask()
733 if (protocol == NFC_PROTOCOL_T3T) in nfa_dm_disc_get_disc_mask()
1377 else if (protocol == NFC_PROTOCOL_T3T) in nfa_dm_disc_notify_activation()
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h121 #define NFA_PROTOCOL_T3T NFC_PROTOCOL_T3T /* Felica/Type3Tag - NFC-F */
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h345 #define NFC_PROTOCOL_T3T NCI_PROTOCOL_T3T /* Type3Tag - NFC-F */ macro
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c77 NFC_PROTOCOL_T3T,