Searched defs:psRemoteOptions (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connection.c1557 * \param[in] psRemoteOptions A pointer to be filled with the remote options of the socket.
1569 phLibNfc_Llcp_sSocketOptions_t* psRemoteOptions)
1574 psRemoteOptions->miu = pLlcpSocket->remoteMIU;
1577 psRemoteOptions->rw = pLlcpSocket->remoteRW;
1568 phFriNfc_LlcpTransport_ConnectionOriented_SocketGetRemoteOptions(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phLibNfc_Llcp_sSocketOptions_t* psRemoteOptions) argument
H A DphFriNfc_LlcpTransport.c1033 * \param[in] psRemoteOptions A pointer to be filled with the remote options of the socket.
1045 phLibNfc_Llcp_sSocketOptions_t* psRemoteOptions)
1050 if (pLlcpSocket == NULL || psRemoteOptions == NULL)
1067 psRemoteOptions);
1044 phFriNfc_LlcpTransport_SocketGetRemoteOptions(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phLibNfc_Llcp_sSocketOptions_t* psRemoteOptions) argument

Completed in 82 milliseconds