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

Method BluetoothClientPort

android/src/BluetoothClientPort.java:41–47  ·  view source on GitHub ↗
(BluetoothSocket _socket)

Source from the content-addressed store, hash-verified

39 private Thread thread;
40
41 BluetoothClientPort(BluetoothSocket _socket)
42 throws IOException {
43 socket = _socket;
44
45 thread = new Thread(this, toString());
46 thread.start();
47 }
48
49 @Override public String toString() {
50 BluetoothSocket socket = this.socket;

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
startMethod · 0.80

Tested by

no test coverage detected