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

Method toString

android/src/BluetoothClientPort.java:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 @Override public String toString() {
50 BluetoothSocket socket = this.socket;
51 return socket != null
52 ? "Bluetooth " + BluetoothHelper.getDisplayString(socket)
53 : super.toString();
54 }
55
56 @Override public void close() {
57 BluetoothSocket socket = this.socket;

Callers 1

BluetoothClientPortMethod · 0.95

Calls 1

getDisplayStringMethod · 0.95

Tested by

no test coverage detected