Searched refs:pCurrentSocket (Results 1 – 1 of 1) sorted by relevance
555 phFriNfc_LlcpTransport_Socket_t *pCurrentSocket = NULL; in phFriNfc_LlcpTransport_Send_CB() local629 pCurrentSocket = &psTransport->pSocketTable[index]; in phFriNfc_LlcpTransport_Send_CB()632 if (pCurrentSocket->eSocket_Type == phFriNfc_LlcpTransport_eConnectionOriented) in phFriNfc_LlcpTransport_Send_CB()634 result = phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations(pCurrentSocket); in phFriNfc_LlcpTransport_Send_CB()636 else if (pCurrentSocket->eSocket_Type == phFriNfc_LlcpTransport_eConnectionLess) in phFriNfc_LlcpTransport_Send_CB()638 result = phFriNfc_LlcpTransport_Connectionless_HandlePendingOperations(pCurrentSocket); in phFriNfc_LlcpTransport_Send_CB()1618 … phFriNfc_LlcpTransport_Socket_t* pCurrentSocket = &pLlcpSocket->psTransport->pSocketTable[index]; in phFriNfc_LlcpTransport_RegisterName() local1620 if( (pCurrentSocket->eSocket_State != phFriNfc_LlcpTransportSocket_eSocketBound) in phFriNfc_LlcpTransport_RegisterName()1621 && (pCurrentSocket->eSocket_State != phFriNfc_LlcpTransportSocket_eSocketRegistered)) in phFriNfc_LlcpTransport_RegisterName()1626 if(pCurrentSocket->sServiceName.length != psServiceName->length) { in phFriNfc_LlcpTransport_RegisterName()[all …]