Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpMac.c149 phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, in phFriNfc_LlcpMac_Send() argument
154 …if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext) in phFriNfc_LlcpMac_Send()
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext); in phFriNfc_LlcpMac_Send()
DphFriNfc_LlcpMac.h138 phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb,
234 phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb,
DphFriNfc_LlcpMacNfcip.c37 phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb,
273 phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, in phFriNfc_LlcpMac_Nfcip_Send() argument
278 if(NULL == LlcpMac || NULL == psData || NULL == LlcpMacSend_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Send()
290 LlcpMac->MacSend_Cb = LlcpMacSend_Cb; in phFriNfc_LlcpMac_Nfcip_Send()