LMBluetoothSdk icon indicating copy to clipboard operation
LMBluetoothSdk copied to clipboard

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

Open mauriciogior opened this issue 7 years ago • 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?

mauriciogior avatar Mar 23 '17 20:03 mauriciogior