Home
last modified time | relevance | path

Searched refs:T3T_SYSTEM_CODE_NDEF (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h227 #define T3T_SYSTEM_CODE_NDEF 0x12FC /* System Code for NDEF tags */ macro
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c636 UINT16_TO_BE_STREAM (p_dst, T3T_SYSTEM_CODE_NDEF); in ce_t3t_handle_non_nfc_forum_cmd()
695 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || (!p_cb->ndef_info.initialized)) in ce_t3t_data_cback()
Drw_t3t.c1673 … if ((status = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in rw_t3t_handle_get_sc_poll_rsp()
1717 p_cb->system_codes[p_cb->num_system_codes++] = T3T_SYSTEM_CODE_NDEF; in rw_t3t_handle_get_sc_poll_rsp()
2631 if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in RW_T3tDetectNDef()
/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_act.c1132 p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].t3t_system_code = T3T_SYSTEM_CODE_NDEF; in nfa_ce_api_cfg_local_tag()