All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Mutliple Dongles with Bluez
@ 2007-04-10 14:15 shaun lim
  2007-04-10 14:21 ` Marcel Holtmann
  2007-04-10 14:41 ` Williams, Richard
  0 siblings, 2 replies; 4+ messages in thread
From: shaun lim @ 2007-04-10 14:15 UTC (permalink / raw)
  To: bluez-devel


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

Hello!

Anybody knows if its possible to interface multiple bluetooth dongles with Bluez? I would like to get pass the maximum 7 connections per dongle limitation of Bluetooth by installing more than one bluetooth dongle to a computer and thus increasing the number of connections available.

Anybody have experience developing such applications?

Thanks!

Regards
Shaun

 
---------------------------------
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.

[-- Attachment #1.2: Type: text/html, Size: 699 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Mutliple Dongles with Bluez
  2007-04-10 14:15 [Bluez-devel] Mutliple Dongles with Bluez shaun lim
@ 2007-04-10 14:21 ` Marcel Holtmann
  2007-04-10 14:41 ` Williams, Richard
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2007-04-10 14:21 UTC (permalink / raw)
  To: BlueZ development

Hi Shaun,

> Anybody knows if its possible to interface multiple bluetooth dongles
> with Bluez? I would like to get pass the maximum 7 connections per
> dongle limitation of Bluetooth by installing more than one bluetooth
> dongle to a computer and thus increasing the number of connections
> available.

you can do that. It simply works. There is a limit of 16 adapters per
host, but that can be changed with a simple recompilation of the
Bluetooth library.

Regards

Marcel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Mutliple Dongles with Bluez
  2007-04-10 14:15 [Bluez-devel] Mutliple Dongles with Bluez shaun lim
  2007-04-10 14:21 ` Marcel Holtmann
@ 2007-04-10 14:41 ` Williams, Richard
  2007-04-10 15:03   ` shaun lim
  1 sibling, 1 reply; 4+ messages in thread
From: Williams, Richard @ 2007-04-10 14:41 UTC (permalink / raw)
  To: BlueZ development


[-- Attachment #1.1: Type: text/plain, Size: 1067 bytes --]

 Shaun, 
 > Anybody knows if its possible to interface multiple bluetooth dongles
with Bluez?  
> I would like to get pass the maximum 7 connections per dongle
limitation of Bluetooth  
> by installing more than one bluetooth dongle to a computer and thus
increasing the  
> number of connections available.
 > 
 > Anybody have experience developing such applications?
 > 
 
This works fine, but make sure you have the latest Bluez libs. And make
sure you have a 
kernel at least 2.6.20 vintage. If not, then when you're running two
simultaneous commands to 
two different Bluetooth devices, you may get a kernel oops.
 
Otherwise, its easy enough to write a multi-threaded application that
addresses multiple dongles.
And it works very well.
 
-Rich

________________________________

We won't tell. Get more on shows you hate to love
<http://us.rd.yahoo.com/evt=49980/*http://tv.yahoo.com/collections/265> 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
<http://us.rd.yahoo.com/evt=49980/*http://tv.yahoo.com/collections/265> 

[-- Attachment #1.2: Type: text/html, Size: 3398 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Mutliple Dongles with Bluez
  2007-04-10 14:41 ` Williams, Richard
@ 2007-04-10 15:03   ` shaun lim
  0 siblings, 0 replies; 4+ messages in thread
From: shaun lim @ 2007-04-10 15:03 UTC (permalink / raw)
  To: BlueZ development


[-- Attachment #1.1: Type: text/plain, Size: 1674 bytes --]

thanks for the replies guys! i'll try it out and post my experience here

"Williams, Richard" <williams_richard_b@bah.com> wrote:      Shaun, 
 > Anybody knows if  its possible to interface multiple bluetooth dongles with Bluez?  
 > I would like to get pass the maximum 7  connections per dongle limitation of Bluetooth  
 > by installing more than one bluetooth dongle to a  computer and thus increasing the  
 > number of connections available.
 > 
 > Anybody have  experience developing such applications?
 > 
 
 This  works fine, but make sure you have the latest Bluez libs. And make sure you  have a 
 kernel  at least 2.6.20 vintage. If  not, then when you're running two simultaneous commands to 
 two  different Bluetooth devices, you may get a kernel oops.
  
 Otherwise, its easy enough to write a multi-threaded application that  addresses multiple dongles.
 And it  works very well.
  
 -Rich
  

---------------------------------
 We won't tell. Get more on shows  you hate to love
(and love to hate): Yahoo!  TV's Guilty Pleasures list.-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel


 
---------------------------------
 Get your own web address.
 Have a HUGE year through Yahoo! Small Business.

[-- Attachment #1.2: Type: text/html, Size: 4538 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-10 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 14:15 [Bluez-devel] Mutliple Dongles with Bluez shaun lim
2007-04-10 14:21 ` Marcel Holtmann
2007-04-10 14:41 ` Williams, Richard
2007-04-10 15:03   ` shaun lim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.