HomeSort by relevance Sort by last modified time
    Searched refs:MacSend_Cb (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c 68 if (LlcpMac->MacSend_Cb != NULL)
71 pfSendCB = LlcpMac->MacSend_Cb;
75 LlcpMac->MacSend_Cb = NULL;
213 pfSendCB = LlcpMac->MacSend_Cb;
217 LlcpMac->MacSend_Cb = NULL;
245 Status = phFriNfc_LlcpMac_Nfcip_Send(LlcpMac,LlcpMac->psSendBuffer,LlcpMac->MacSend_Cb,LlcpMac->MacSend_Context);
284 else if(LlcpMac->MacSend_Cb != NULL && LlcpMac->PeerRemoteDevType == phFriNfc_LlcpMac_ePeerTypeInitiator)
292 LlcpMac->MacSend_Cb = LlcpMacSend_Cb;
phFriNfc_LlcpMac.h 178 phFriNfc_LlcpMac_Send_CB_t MacSend_Cb;
phFriNfc_LlcpMac.c 55 LlcpMac->MacSend_Cb = NULL;

Completed in 366 milliseconds