michelcandido / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Multiple RFCOMM connections #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Allow for multiple RFCOMM connections. Currently initiating a second 
connections halts and kills the other existing connection. Device usually has 
to be reset after this occurs to connect to only one device again.

Original issue reported on code.google.com by smclenit...@gmail.com on 19 Nov 2010 at 4:02

GoogleCodeExporter commented 8 years ago
if the single bluetooth device goes out of range, and then comes back in range, 
does this same problem affect this? i.e the single device is no longer 
re-connectable?

Original comment by EvoS...@gmail.com on 2 Dec 2010 at 8:12

GoogleCodeExporter commented 8 years ago
I have not tested that. The goal of my project is to have 3 devices connected 
simultaneously.

Original comment by smclenit...@gmail.com on 2 Dec 2010 at 9:09

GoogleCodeExporter commented 8 years ago
the new rfcomm implementation handles multiple incoming and outgoing rfcomm 
connections. please give it a try

Original comment by matthias.ringwald@gmail.com on 27 May 2011 at 6:31