Searched refs:local_nfcid2 (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 188 p_nfcid2 = p_cb->local_nfcid2; in ce_t3t_send_rsp() 428 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd() 596 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() 630 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 746 else if (memcmp (cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != 0) in ce_t3t_data_cback() 906 memcpy (p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t() 1030 ARRAY_TO_STREAM (p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
|
/external/libnfc-nci/src/nfc/int/ |
D | ce_int.h | 76 UINT8 local_nfcid2[NCI_RF_F_UID_LEN]; member
|