Searched defs:pSend_RspCb (Results 1 - 4 of 4) sorted by relevance
/external/libnfc-nxp/src/ |
H A D | phFriNfc_LlcpTransport_Connectionless.c | 228 * \param[in] pSend_RspCb The callback to be called when the 237 * pSend_RspCb will be called upon completion. 247 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 253 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; 244 phFriNfc_LlcpTransport_Connectionless_SendTo(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
|
H A D | phLibNfc_llcp.c | 1044 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, 1064 (pSend_RspCb == NULL)) 1079 pSend_RspCb, 1089 pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, 1109 (pSend_RspCb == NULL)) 1125 pSend_RspCb, 1041 phLibNfc_Llcp_Send( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, void* pContext ) argument 1085 phLibNfc_Llcp_SendTo( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, uint8_t nSap, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, void* pContext ) argument
|
H A D | phFriNfc_LlcpTransport_Connection.c | 2202 * \param[in] pSend_RspCb The callback to be called when the 2211 * pSend_RspCb will be called upon completion. 2218 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 2228 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; 2246 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; 2261 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; 2216 phFriNfc_LlcpTransport_ConnectionOriented_Send(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
|
H A D | phFriNfc_LlcpTransport.c | 2017 * \param[in] pSend_RspCb The callback to be called when the 2026 * pSend_RspCb will be called upon completion. 2033 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 2039 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) 2067 pSend_RspCb, 2154 * \param[in] pSend_RspCb The callback to be called when the 2163 * pSend_RspCb will be called upon completion. 2171 pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, 2177 if(pLlcpSocket == NULL || psBuffer == NULL || pSend_RspCb == NULL || pContext == NULL) 2224 pSend_RspCb, 2031 phFriNfc_LlcpTransport_Send(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument 2168 phFriNfc_LlcpTransport_SendTo( phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t *psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument [all...] |
Completed in 768 milliseconds