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 f
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.
Not exactly true -- take a look at the specs summary
Logical link control and adaptation protocol (L2CAP)
L2CAP is used within the Bluetooth protocol stack. It passes packets to either the Host Controller Interface (HCI) or on a hostless system, directly to the Link Manager/ACL link. L2CAP's functions include:
L2CAP is used to communicate over the host ACL link. Its connection is established after the ACL link has been set up.