MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / stealServerSocket

Method stealServerSocket

android/src/BluetoothServerPort.java:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 private synchronized BluetoothServerSocket stealServerSocket() {
59 BluetoothServerSocket s = serverSocket;
60 serverSocket = null;
61 return s;
62 }
63
64 private void closeServerSocket() {
65 BluetoothServerSocket s = stealServerSocket();

Callers 1

closeServerSocketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected