whilu/LMBluetoothSdk

Why does it listen for incoming connections when outgoing connection fails?

Opened this issue · 0 comments

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?