Android Question Connect Simultaneously on bluetooth?

techknight

Well-Known Member
Licensed User
Longtime User
I use bluetooth 2.1 SPP dongles on my stuff, which are long range and they work well. LM058.

I want to know if its possible that I can concurrently make simultaneous connections at the same time? I have 2 SPP dongles and I want to connect to both of them at the same time from my Tab 4.

Is this possible? If not, is there a bluetooth router or something to make it possible?
 

techknight

Well-Known Member
Licensed User
Longtime User
So, I can make a connection to two simultaneous 2.1EDR SPP devices?

The tutorial that does the discovery only allows one connection. How do I do simultaneous connections?
 
Upvote 0

techknight

Well-Known Member
Licensed User
Longtime User
The original that did the scan for devices, and create a link.

Is there a way to make them all simultaneously go through the same Astreams handler?
 
Upvote 0

techknight

Well-Known Member
Licensed User
Longtime User
Ok. I just define a new AsyncStreams for each connection then. Can I point them all to the same Newdata receive routine?
 
Upvote 0
Top