Searched refs:local_nfcid2 (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 163 p_nfcid2 = p_cb->local_nfcid2; in ce_t3t_send_rsp() 386 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd() 553 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 572 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 583 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 689 } else if (memcmp(cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != in ce_t3t_data_cback() 847 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t() 973 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 76 uint8_t local_nfcid2[NCI_RF_F_UID_LEN]; member
|