Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c177 p_nfcid2 = p_cb->local_nfcid2; in ce_t3t_send_rsp()
417 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd()
585 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
608 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
619 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
735 else if (memcmp (cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != 0) in ce_t3t_data_cback()
895 memcpy (p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t()
1019 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
/external/libnfc-nci/src/nfc/int/
Dce_int.h76 UINT8 local_nfcid2[NCI_RF_F_UID_LEN]; member