Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Using more than one usb bluetooth device,as local device

  Asked By: Fern    Date: Nov 27    Category: Java    Views: 703
  

i want to have more than 0ne bluetooth device on my computer as local
device
i want to manage all off these and force them to find their neiggourhood
plz help me.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Devlan Jones     Answered On: Nov 27

You can add multiple bluetooth  dongles to usb ports of your computer. But, in my experience:

- windows sucks at managing multiple bluetooth devices, it just doesn't work sometimes.
- linux has a great bluetooth stack with excellent support for multiple bluetooth devices: bluez. I highly recommend it for any serious work. Just try some of the bluez commands and dig deeper :)
- I don't recommend the bluetooth JSR. The implementations are not so good and it's limited. Just fire bluez commands.
- multiple devices doing parallel sends/scans just doesn't work. It causes noise and slows down all devices. Bluetooth really is not a very scalable platform for very parallel operations. Have fun making it work

 
Didn't find what you were looking for? Find more on Using more than one usb bluetooth device,as local device Or get search suggestion and latest updates.




Tagged: