()
| 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; |
no test coverage detected