Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/fuzzers/ce/
Dstubs.cc39 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
40 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
/packages/modules/Nfc/libnfc-nci/src/fuzzers/rw/
Dstubs.cc44 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
45 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
/packages/modules/Nfc/libnfc-nci/src/nfa/ce/
Dnfa_ce_api.cc248 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH(uint16_t system_code, in NFA_CeRegisterFelicaSystemCodeOnDH() argument
268 p_msg->reg_listen.system_code = system_code; in NFA_CeRegisterFelicaSystemCodeOnDH()
Dnfa_ce_act.cc1355 p_ce_msg->reg_listen.system_code; in nfa_ce_api_reg_listen()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Dce_int.h75 uint16_t system_code; member
161 tNFC_STATUS ce_select_t3t(uint16_t system_code,
Dnci_hmsgs.h58 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
Drw_api.h842 extern tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc,
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Dce_t3t.cc547 if ((sc == 0xFFFF) || (sc == p_cb->system_code)) { in ce_t3t_handle_non_nfc_forum_cmd()
559 UINT16_TO_BE_STREAM(p_dst, p_cb->system_code); in ce_t3t_handle_non_nfc_forum_cmd()
639 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || in ce_t3t_data_cback()
843 tNFC_STATUS ce_select_t3t(uint16_t system_code, in ce_select_t3t() argument
850 p_cb->system_code = system_code; in ce_select_t3t()
Drw_t3t.cc2878 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument
2891 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_ce_api_test.cc115 uint16_t system_code = 0x1234; in TEST_F() local
118 tNFA_STATUS status = NFA_CeRegisterFelicaSystemCodeOnDH(system_code, nfcid2, t3tPmm, nullptr); in TEST_F()
/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_ce_api.h132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
Dnfa_ce_int.h79 uint16_t system_code; member
/packages/modules/Nfc/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.cc664 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
680 UINT16_TO_BE_STREAM(pp, system_code); in nci_snd_t3t_polling()