Searched refs:socketConnection (Results 1 – 1 of 1) sorted by relevance
15 private volatile SocketConnection socketConnection; field in BTstackClient25 socketConnection = null; in BTstackClient()48 socketConnection = (SocketConnection) clazz.newInstance(); in connect()50 socketConnection.setUnixDomainSocketPath(unixDomainSocketPath); in connect()65 socketConnection = new SocketConnectionTCP(); in connect()66 socketConnection.setTcpPort(tcpPort); in connect()69 connected = socketConnection.connect(); in connect()74 final SocketConnection threadSocketConnection = socketConnection; in connect()114 if (socketConnection == null) return false; in sendPacket()115 return socketConnection.sendPacket(packet); in sendPacket()[all …]