Home | History | Annotate | Download | only in handover

Lines Matching refs:sock

41         LlcpSocket sock = null;
47 sock = service.createLlcpSocket(0, MIU, 1, 1024);
48 if (sock == null) {
53 sock.connectToService(HandoverServer.HANDOVER_SERVICE_NAME);
55 int remoteMiu = sock.getRemoteMiu();
61 sock.send(tmpBuffer);
66 byte[] partial = new byte[sock.getLocalMiu()];
69 int size = sock.receive(partial);
88 if (sock != null) {
91 sock.close();