Home
last modified time | relevance | path

Searched refs:MacSend_Cb (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpMacNfcip.c68 if (LlcpMac->MacSend_Cb != NULL) in phFriNfc_LlcpMac_Nfcip_TriggerSendCb()
71 pfSendCB = LlcpMac->MacSend_Cb; in phFriNfc_LlcpMac_Nfcip_TriggerSendCb()
75 LlcpMac->MacSend_Cb = NULL; in phFriNfc_LlcpMac_Nfcip_TriggerSendCb()
211 pfSendCB = LlcpMac->MacSend_Cb; in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
215 LlcpMac->MacSend_Cb = NULL; in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
243 …Status = phFriNfc_LlcpMac_Nfcip_Send(LlcpMac,LlcpMac->psSendBuffer,LlcpMac->MacSend_Cb,LlcpMac->Ma… in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
282 …else if(LlcpMac->MacSend_Cb != NULL && LlcpMac->PeerRemoteDevType == phFriNfc_LlcpMac_ePeerTypeIni… in phFriNfc_LlcpMac_Nfcip_Send()
290 LlcpMac->MacSend_Cb = LlcpMacSend_Cb; in phFriNfc_LlcpMac_Nfcip_Send()
DphFriNfc_LlcpMac.h178 phFriNfc_LlcpMac_Send_CB_t MacSend_Cb; member
DphFriNfc_LlcpMac.c55 LlcpMac->MacSend_Cb = NULL; in phFriNfc_LlcpMac_Reset()