* [Bluez-devel] Re: Re: multi rfcomm/sco connection
@ 2004-11-05 12:07 Suriyan
2004-11-05 12:34 ` [Bluez-devel] " Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Suriyan @ 2004-11-05 12:07 UTC (permalink / raw)
To: bluez-devel
> Hi,
>
> > > actually I don"t see why you need more than one SCO link in a
connection
> > > between two devices. However take a look at the kernel source code of
> > > Linux 2.6.x and especially at net/bluetooth/hci_conn.c
> >
> > I explain you a bit more my situation...
> >
> > I need to be able with a single usb-bt-dongle to play/capture audio for
> > several bt-handsfree, I tried with one and there are no problems, but if
I
> > try to connect another one then I get something like "sco channel busy".
> >
> > I studied the net/bluetooth directory but I cannot find any good way to
> > achieve what I need! :)
> >
> > Am I wrong in something or is this feature really missing?
>
> as I said, between two devices BlueZ supports only one ACL link and one
> SCO link. These links a bi-directional so you can play and capture audio
> data at the same time. The limit to one SCO link is only a per ACL link
> limitation. If you open a second ACL to another device you can also have
> a second SCO link bound to that connection.
>
> Regards
>
> Marcel
Hi,
I would like to known feasibility to add multi SCO connections support on
BlueZ stack. I try lastest patched 2.6.9-mh3, I saw sco_num and acl_num were
counted separately, is BlueZ stack going to support multi SCO connections?
I have application to uses Bluetooth Headset work as Wireless Microphone so
that I would like support up to 3 channels for each dongle. Unfotunately,
with lastest BlueZ stack my application can support only one Headset per
dongle.
Anyone have going to add multi SCO connections support on BlueZ stack?
Please let me known, I'd like to hear from you all. Any contact would be
greatly appreciated.
Regards,
Suriyan.
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] multi rfcomm/sco connection
2004-11-05 12:07 [Bluez-devel] Re: Re: multi rfcomm/sco connection Suriyan
@ 2004-11-05 12:34 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-11-05 12:34 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Suriyan,
> I would like to known feasibility to add multi SCO connections support on
> BlueZ stack. I try lastest patched 2.6.9-mh3, I saw sco_num and acl_num were
> counted separately, is BlueZ stack going to support multi SCO connections?
this has nothing to do with it.
> I have application to uses Bluetooth Headset work as Wireless Microphone so
> that I would like support up to 3 channels for each dongle. Unfotunately,
> with lastest BlueZ stack my application can support only one Headset per
> dongle.
Please read and understand my responses. We support one SCO per ACL
link. Which means when you open three ACL links, you can also have three
SCO links, but of course there can be only one ACL link between two
Bluetooth devices.
> Anyone have going to add multi SCO connections support on BlueZ stack?
> Please let me known, I'd like to hear from you all. Any contact would be
> greatly appreciated.
As I said, I haven't seen any application that needs to connect more
than one SCO link to an ACL link. Your problem looks like a hardware
limit. Are you using SCO over HCI or over PCM? What kind of Bluetooth
dongle do you use (hciconfig -a)?
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-devel] multi rfcomm/sco connection
@ 2004-06-18 17:54 ubaldo
2004-06-18 18:15 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: ubaldo @ 2004-06-18 17:54 UTC (permalink / raw)
To: bluez-devel
Buondi',
I would like to understand why it is not possible to establish more than one
sco connection and more than an rfcomm connection with and usb-dongle.
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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] multi rfcomm/sco connection
2004-06-18 17:54 ubaldo
@ 2004-06-18 18:15 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-06-18 18:15 UTC (permalink / raw)
To: ubaldo; +Cc: BlueZ Mailing List
Hi,
> I would like to understand why it is not possible to establish more than one
> sco connection and more than an rfcomm connection with and usb-dongle.
it is possible to establish up to 30 RFCOMM connections into each
direction. The number of SCO connections is limited to one per ACL link.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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:[~2004-11-05 12:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 12:07 [Bluez-devel] Re: Re: multi rfcomm/sco connection Suriyan
2004-11-05 12:34 ` [Bluez-devel] " Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2004-06-18 17:54 ubaldo
2004-06-18 18:15 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox