Home
last modified time | relevance | path

Searched refs:phFriNfc_LlcpTransportSocket_eSocketConnecting (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.h60 phFriNfc_LlcpTransportSocket_eSocketConnecting, enumerator
DphFriNfc_LlcpTransport.c261 case phFriNfc_LlcpTransportSocket_eSocketConnecting: in phFriNfc_LlcpTransport_CloseAll()
962 …else if(pLlcpSocket->eSocket_State == phFriNfc_LlcpTransportSocket_eSocketConnecting || pLlcpSocke… in phFriNfc_LlcpTransport_ConnectByUri()
DphFriNfc_LlcpTransport_Connection.c257 psLocalLlcpSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnecting; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
891 …f(psTransport->pSocketTable[index].eSocket_State == phFriNfc_LlcpTransportSocket_eSocketConnectin… in Handle_ConnectionCompleteFrame()
1070 …|| psTransport->pSocketTable[index].eSocket_State == phFriNfc_LlcpTransportSocket_eSocketConnectin… in Handle_DisconnetModeFrame()
2223 pLlcpSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnecting; in phFriNfc_LlcpTransport_ConnectionOriented_Connect()