You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you call BluetoothService.this.start(); on line BluetoothService.class#316 ?
In the code, if the connection fails (outgoing connection at ConnectionThread), why does it decides to call AcceptThread to start listening for incoming connections?
The text was updated successfully, but these errors were encountered:
Why do you call
BluetoothService.this.start();
on line BluetoothService.class#316 ?In the code, if the connection fails (outgoing connection at ConnectionThread), why does it decides to call AcceptThread to start listening for incoming connections?
The text was updated successfully, but these errors were encountered: