Searched refs:system_code (Results 1 – 10 of 10) sorted by relevance
/external/libnfc-nci/src/nfa/ce/ |
D | nfa_ce_api.c | 249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code, in NFA_CeRegisterFelicaSystemCodeOnDH() argument 269 p_msg->reg_listen.system_code = system_code; in NFA_CeRegisterFelicaSystemCodeOnDH()
|
D | nfa_ce_act.c | 1261 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/ |
D | ce_int.h | 75 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/ |
D | ce_t3t.c | 579 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()
|
D | rw_t3t.c | 2929 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/ |
D | nfa_ce_api.h | 134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
|
/external/libnfc-nci/src/nfc/include/ |
D | nci_hmsgs.h | 60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
|
D | rw_api.h | 802 NFC_API extern tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn);
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_ce_int.h | 94 UINT16 system_code; member
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 494 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()
|