Lines Matching refs:psData
36 phNfc_sData_t *psData,
272 phNfc_sData_t *psData, in phFriNfc_LlcpMac_Nfcip_Send() argument
278 if(NULL == LlcpMac || NULL == psData || NULL == LlcpMacSend_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Send()
316 psData->buffer, in phFriNfc_LlcpMac_Nfcip_Send()
317 (uint16_t)psData->length, in phFriNfc_LlcpMac_Nfcip_Send()
324 LlcpMac->psSendBuffer = psData; in phFriNfc_LlcpMac_Nfcip_Send()
333 LlcpMac->psSendBuffer = psData; in phFriNfc_LlcpMac_Nfcip_Send()
344 psData->buffer, in phFriNfc_LlcpMac_Nfcip_Send()
345 (uint16_t)psData->length); in phFriNfc_LlcpMac_Nfcip_Send()
358 phNfc_sData_t *psData, in phFriNfc_LlcpMac_Nfcip_Receive() argument
363 if(NULL == LlcpMac || NULL==psData || NULL == LlcpMacReceive_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Receive()
379 LlcpMac->psReceiveBuffer= psData; in phFriNfc_LlcpMac_Nfcip_Receive()
404 psData->buffer, in phFriNfc_LlcpMac_Nfcip_Receive()
405 (uint16_t*)&psData->length); in phFriNfc_LlcpMac_Nfcip_Receive()