Searched refs:local_nfcid2 (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | ce_t3t.c | 165 p_nfcid2 = p_cb->local_nfcid2; in ce_t3t_send_rsp() 385 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd() 544 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 563 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 574 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 676 } else if (memcmp(cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != in ce_t3t_data_cback() 828 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t() 949 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
|
/system/nfc/src/nfc/int/ |
D | ce_int.h | 79 uint8_t local_nfcid2[NCI_RF_F_UID_LEN]; member
|