Searched defs:nSap (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connectionless.c226 * \param[in] nSap The destination SAP.
245 uint8_t nSap,
261 pLlcpSocket->socket_dSap = nSap;
267 pLlcpSocket->sLlcpHeader.dsap = nSap;
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 DphLibNfc_llcp.c680 uint8_t nSap,
703 result = phFriNfc_LlcpTransport_Bind(psSocket, nSap, psServiceName);
825 uint8_t nSap,
860 nSap,
1087 uint8_t nSap,
1123 nSap,
679 phLibNfc_Llcp_Bind( phLibNfc_Handle hSocket, uint8_t nSap, phNfc_sData_t * psServiceName ) argument
823 phLibNfc_Llcp_Connect( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, uint8_t nSap, pphLibNfc_LlcpSocketConnectCb_t pConnect_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 DphFriNfc_LlcpTransport.h241 uint8_t nSap; member in struct:phFriNfc_Llcp_CachedServiceName
501 uint8_t nSap,
590 * \param[in] nSap The destination SAP to connect to.
606 uint8_t nSap,
771 * \param[in] nSap The destination SAP.
790 uint8_t nSap,
H A DphFriNfc_LlcpTransport_Connection.c1842 * \param[in] nSap The destination SAP to connect to.
1859 uint8_t nSap,
1868 /* Test if a nSap is present */
1869 if(nSap != PHFRINFC_LLCP_SAP_DEFAULT)
1871 /* Set DSAP port number with the nSap value */
1872 pLlcpSocket->socket_dSap = nSap;
1858 phFriNfc_LlcpTransport_ConnectionOriented_Connect( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, uint8_t nSap, phNfc_sData_t* psUri, pphFriNfc_LlcpTransportSocketConnectCb_t pConnect_RspCb, void* pContext) argument
H A DphFriNfc_Llcp.h288 uint8_t nSap; member in struct:phFriNfc_Llcp_sRecvOperation
H A DphFriNfc_LlcpTransport.c42 uint8_t nSap,
67 *pnSap = psTransport->pCachedServiceNames[i].nSap;
153 uint8_t nSap)
174 &nSap);
230 pCachedServiceName->nSap = pSocket->socket_sSap;
257 uint8_t nTid, nSap; local
277 nSap = psTransport->nDiscoveryResSapList[index];
282 nSap);
324 uint8_t nSap; local
360 nSap
150 phFriNfc_LlcpTransport_EncodeSdresTlv(phNfc_sData_t *psTlvData, uint32_t *pOffset, uint8_t nTid, uint8_t nSap) argument
1418 phFriNfc_LlcpTransport_Bind(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t *psServiceName) argument
1572 phFriNfc_LlcpTransport_RegisterName(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, uint8_t nSap, phNfc_sData_t *psServiceName) argument
1800 phFriNfc_LlcpTransport_Connect( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, uint8_t nSap, pphFriNfc_LlcpTransportSocketConnectCb_t pConnect_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 443 milliseconds