Home
last modified time | relevance | path

Searched refs:MacCompletionInfo (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpMacNfcip.c300 LlcpMac->MacCompletionInfo.CompletionRoutine = phFriNfc_LlcpMac_Nfcip_Transceive_Cb; in phFriNfc_LlcpMac_Nfcip_Send()
301 LlcpMac->MacCompletionInfo.Context = LlcpMac; in phFriNfc_LlcpMac_Nfcip_Send()
312 &LlcpMac->MacCompletionInfo, in phFriNfc_LlcpMac_Nfcip_Send()
339 LlcpMac->MacCompletionInfo.CompletionRoutine = phFriNfc_LlcpMac_Nfcip_Send_Cb; in phFriNfc_LlcpMac_Nfcip_Send()
340 LlcpMac->MacCompletionInfo.Context = LlcpMac; in phFriNfc_LlcpMac_Nfcip_Send()
342 &LlcpMac->MacCompletionInfo, in phFriNfc_LlcpMac_Nfcip_Send()
388 LlcpMac->MacCompletionInfo.CompletionRoutine = phFriNfc_LlcpMac_Nfcip_Transceive_Cb; in phFriNfc_LlcpMac_Nfcip_Receive()
389 LlcpMac->MacCompletionInfo.Context = LlcpMac; in phFriNfc_LlcpMac_Nfcip_Receive()
398 &LlcpMac->MacCompletionInfo, in phFriNfc_LlcpMac_Nfcip_Receive()
416 LlcpMac->MacCompletionInfo.CompletionRoutine = phFriNfc_LlcpMac_Nfcip_Receive_Cb; in phFriNfc_LlcpMac_Nfcip_Receive()
[all …]
DphFriNfc_LlcpMac.h176 phFriNfc_CplRt_t MacCompletionInfo; member