Home
last modified time | relevance | path

Searched refs:NCI_RF_F_UID_LEN (Results 1 – 9 of 9) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_ce_int.h80 uint8_t nfcid2[NCI_RF_F_UID_LEN];
145 uint8_t t3t_nfcid2[NCI_RF_F_UID_LEN];
207 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
Dnfa_ce_api.h132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
/system/nfc/src/nfc/tags/
Dce_t3t.cc176 ARRAY_TO_STREAM(p_dst, p_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_send_rsp()
388 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd()
554 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
573 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
584 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
631 uint8_t cmd_nfcid2[NCI_RF_F_UID_LEN]; in ce_t3t_data_cback()
673 STREAM_TO_ARRAY(cmd_nfcid2, p, NCI_RF_F_UID_LEN); in ce_t3t_data_cback()
690 } else if (memcmp(cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != in ce_t3t_data_cback()
842 uint8_t nfcid2[NCI_RF_F_UID_LEN]) { in ce_select_t3t() argument
849 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t()
[all …]
Drw_t3t.cc2342 tNFC_STATUS rw_t3t_select(uint8_t peer_nfcid2[NCI_RF_F_UID_LEN], in rw_t3t_select() argument
/system/nfc/src/nfc/include/
Dce_int.h76 uint8_t local_nfcid2[NCI_RF_F_UID_LEN];
162 uint8_t nfcid2[NCI_RF_F_UID_LEN]);
Drw_int.h804 extern tNFC_STATUS rw_t3t_select(uint8_t peer_nfcid2[NCI_RF_F_UID_LEN],
/system/nfc/src/nfa/ce/
Dnfa_ce_api.cc254 uint8_t nfcid2[NCI_RF_F_UID_LEN], in NFA_CeRegisterFelicaSystemCodeOnDH() argument
271 memcpy(p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN); in NFA_CeRegisterFelicaSystemCodeOnDH()
Dnfa_ce_act.cc349 NCI_RF_F_UID_LEN); in nfc_ce_t3t_set_listen_params()
399 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]) { in nfa_ce_t3t_generate_rand_nfcid() argument
848 NCI_RF_F_UID_LEN) == 0) in nfa_ce_activate_ntf()
1358 p_ce_msg->reg_listen.nfcid2, NCI_RF_F_UID_LEN); in nfa_ce_api_reg_listen()
/system/nfc/src/include/
Dnci_defs.h602 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN macro