This commit is contained in:
Harald Hoyer 2017-04-25 22:15:17 +02:00 committed by Harald Hoyer
parent db049fe41c
commit 994aa5ac5a
2 changed files with 8 additions and 10 deletions

View file

@ -358,7 +358,7 @@ public class BluetoothChatService {
/* pass */;
}
i++;
write(IConsole.PING);
this.write(IConsole.PING);
// Read from the InputStream
bytes = mmInStream.read(buffer);
if (bytes > 0) {
@ -377,7 +377,6 @@ public class BluetoothChatService {
}
/*
public void write(byte[] buffer) {
try {
mmOutStream.write(buffer);
@ -390,7 +389,6 @@ public class BluetoothChatService {
Log.e(TAG, "Exception during write", e);
}
}
*/
public void cancel() {
try {