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;
211 pfSendCB = LlcpMac->MacSend_Cb;
215 LlcpMac->MacSend_Cb = NULL;
243 Status = phFriNfc_LlcpMac_Nfcip_Send(LlcpMac,LlcpMac->psSendBuffer,LlcpMac->MacSend_Cb,LlcpMac->MacSend_Context);
282 else if(LlcpMac->MacSend_Cb != NULL && LlcpMac->PeerRemoteDevType == phFriNfc_LlcpMac_ePeerTypeInitiator)
290 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 19 milliseconds