Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple bluetooth connection

I want to connect 3 devices via bluetooth (My Droid must connect to 2 bluetooth devices). I 've connected my Droid to 1 device using Bluetooth chat How should I modify it for multiple bluetooth devices? Could you help me please?

like image 381
vic Avatar asked Oct 15 '10 14:10

vic


2 Answers

I was searching a way to connect 4 devices with bluetooth and I found the following.

http://groups.google.com/group/android-developers/browse_thread/thread/69d7810f6ef9bb7d

I'm not sure that this is what you want.

But in order to connect more than 2 devices using bluetooth you have to create a different UUID for each device you want to connect.

Follow the link to see code examples and a better explanation.

like image 192
YasuDevil Avatar answered Sep 22 '22 00:09

YasuDevil


You can try my lib for multiple bluetooth connection :

http://arissa34.github.io/Android-Multi-Bluetooth-Library/

like image 33
Rami Avatar answered Sep 23 '22 00:09

Rami