Searched defs:system_code (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c271 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code, argument
291 p_msg->reg_listen.system_code = system_code;
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c491 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) argument
508 UINT16_TO_BE_STREAM (pp, system_code);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h93 UINT16 system_code; member in struct:__anon7627
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h74 UINT16 system_code; member in struct:__anon7886
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c578 if ((sc == 0xFFFF) || (sc == p_cb->system_code))
592 UINT16_TO_BE_STREAM (p_dst, p_cb->system_code);
682 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || (!p_cb->ndef_info.initialized))
885 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
892 p_cb->system_code = system_code;
H A Drw_t3t.c2543 tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn) argument
2557 if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (system_code, (UINT8) rc, tsn)) == NCI_STATUS_OK)

Completed in 182 milliseconds