Home
last modified time | relevance | path

Searched refs:local_nfcid2 (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Dce_t3t.cc165 p_nfcid2 = p_cb->local_nfcid2; 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()
690 } else if (memcmp(cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != in ce_t3t_data_cback()
849 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t()
974 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
/system/nfc/src/nfc/include/
Dce_int.h76 uint8_t local_nfcid2[NCI_RF_F_UID_LEN]; member