Searched refs:p_nfcid2 (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 179 void ce_t3t_send_rsp (tCE_CB *p_ce_cb, UINT8 *p_nfcid2, UINT8 opcode, UINT8 status1, UINT8 status2) in ce_t3t_send_rsp() argument 186 if (p_nfcid2 == NULL) in ce_t3t_send_rsp() 188 p_nfcid2 = p_cb->local_nfcid2; in ce_t3t_send_rsp() 199 ARRAY_TO_STREAM (p_dst, p_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_send_rsp() 681 UINT8 *p_nfcid2 = NULL; in ce_t3t_data_cback() local 749 … p_nfcid2 = cmd_nfcid2; /* respond with ERROR using the NFCID2 from the command message */ in ce_t3t_data_cback() 840 …ce_t3t_send_rsp (p_ce_cb, p_nfcid2, T3T_MSG_OPC_CHECK_RSP, T3T_MSG_RSP_STATUS_ERROR, T3T_MSG_RSP_S… in ce_t3t_data_cback()
|
/external/libnfc-nci/src/nfa/ce/ |
D | nfa_ce_act.c | 757 UINT8 *p_nfcid2 = NULL; in nfa_ce_activate_ntf() local 781 p_nfcid2 = p_cb->listen_info[listen_info_idx].t3t_nfcid2; in nfa_ce_activate_ntf() 785 …if ((memcmp (p_nfcid2, p_cb->activation_params.rf_tech_param.param.lf.nfcid2, NCI_RF_F_UID_LEN)==0) in nfa_ce_activate_ntf()
|