Home
last modified time | relevance | path

Searched refs:system_code (Results 1 – 10 of 10) sorted by relevance

/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_api.c249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code, in NFA_CeRegisterFelicaSystemCodeOnDH() argument
269 p_msg->reg_listen.system_code = system_code; in NFA_CeRegisterFelicaSystemCodeOnDH()
Dnfa_ce_act.c1261 p_cb->listen_info[listen_info_idx].t3t_system_code = p_ce_msg->reg_listen.system_code; in nfa_ce_api_reg_listen()
/external/libnfc-nci/src/nfc/int/
Dce_int.h75 UINT16 system_code; member
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c579 if ((sc == 0xFFFF) || (sc == p_cb->system_code)) in ce_t3t_handle_non_nfc_forum_cmd()
593 UINT16_TO_BE_STREAM (p_dst, p_cb->system_code); in ce_t3t_handle_non_nfc_forum_cmd()
684 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || (!p_cb->ndef_info.initialized)) in ce_t3t_data_cback()
887 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) in ce_select_t3t() argument
894 p_cb->system_code = system_code; in ce_select_t3t()
Drw_t3t.c2929 tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn) in RW_T3tPoll() argument
2943 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (system_code, (UINT8) rc, tsn)) == NCI_STATUS_OK) in RW_T3tPoll()
/external/libnfc-nci/src/nfa/include/
Dnfa_ce_api.h134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
/external/libnfc-nci/src/nfc/include/
Dnci_hmsgs.h60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
Drw_api.h802 NFC_API extern tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn);
/external/libnfc-nci/src/nfa/int/
Dnfa_ce_int.h94 UINT16 system_code; member
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) in nci_snd_t3t_polling() argument
511 UINT16_TO_BE_STREAM (pp, system_code); in nci_snd_t3t_polling()