* [Bluez-devel] multi rfcomm/sco connection
@ 2004-06-18 17:54 ubaldo
2004-06-18 18:15 ` Marcel Holtmann
0 siblings, 1 reply; 13+ 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] 13+ messages in thread
* Re: [Bluez-devel] multi rfcomm/sco connection
2004-06-18 17:54 [Bluez-devel] multi rfcomm/sco connection ubaldo
@ 2004-06-18 18:15 ` Marcel Holtmann
2004-06-18 18:33 ` ubaldo
0 siblings, 1 reply; 13+ 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] 13+ messages in thread
* Re: multi rfcomm/sco connection
2004-06-18 18:15 ` Marcel Holtmann
@ 2004-06-18 18:33 ` ubaldo
2004-06-18 18:37 ` [Bluez-devel] " Marcel Holtmann
0 siblings, 1 reply; 13+ messages in thread
From: ubaldo @ 2004-06-18 18:33 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
>> 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.
Does it mean that for each SCO connection I need another bt-dongle, or there
is a way to allow multi SCO connection with the same bt-dongle?
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bluez-devel] Re: multi rfcomm/sco connection
2004-06-18 18:33 ` ubaldo
@ 2004-06-18 18:37 ` Marcel Holtmann
2004-06-18 18:42 ` ubaldo
0 siblings, 1 reply; 13+ messages in thread
From: Marcel Holtmann @ 2004-06-18 18:37 UTC (permalink / raw)
To: ubaldo; +Cc: BlueZ Mailing List
Hi,
> > 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.
>
> Does it mean that for each SCO connection I need another bt-dongle, or there
> is a way to allow multi SCO connection with the same bt-dongle?
I said per ACL link. The Bluetooth specification defines that between
two devices one ACL and up to three SCO links can exists. The max number
of SCO links per piconet is also three. In BlueZ we currently allow one
ACL and one SCO link between two devices. This limitation is some kind
of historic. Feel free to fix it.
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] 13+ messages in thread
* Re: multi rfcomm/sco connection
2004-06-18 18:37 ` [Bluez-devel] " Marcel Holtmann
@ 2004-06-18 18:42 ` ubaldo
2004-06-18 18:49 ` [Bluez-devel] " Marcel Holtmann
0 siblings, 1 reply; 13+ messages in thread
From: ubaldo @ 2004-06-18 18:42 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Thanx Marcel for your unlimited patience! :)
>> > 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.
>>
>> Does it mean that for each SCO connection I need another bt-dongle, or there
>> is a way to allow multi SCO connection with the same bt-dongle?
>
> I said per ACL link. The Bluetooth specification defines that between
> two devices one ACL and up to three SCO links can exists. The max number
> of SCO links per piconet is also three. In BlueZ we currently allow one
> ACL and one SCO link between two devices. This limitation is some kind
> of historic. Feel free to fix it.
Any tip for where to put the eyes on for fixing?
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bluez-devel] Re: multi rfcomm/sco connection
2004-06-18 18:42 ` ubaldo
@ 2004-06-18 18:49 ` Marcel Holtmann
2004-07-16 14:02 ` ubaldo
0 siblings, 1 reply; 13+ messages in thread
From: Marcel Holtmann @ 2004-06-18 18:49 UTC (permalink / raw)
To: ubaldo; +Cc: BlueZ Mailing List
Hi,
> > I said per ACL link. The Bluetooth specification defines that between
> > two devices one ACL and up to three SCO links can exists. The max number
> > of SCO links per piconet is also three. In BlueZ we currently allow one
> > ACL and one SCO link between two devices. This limitation is some kind
> > of historic. Feel free to fix it.
>
> Any tip for where to put the eyes on for fixing?
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
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] 13+ messages in thread
* Re: multi rfcomm/sco connection
2004-06-18 18:49 ` [Bluez-devel] " Marcel Holtmann
@ 2004-07-16 14:02 ` ubaldo
2004-07-16 15:29 ` [Bluez-devel] " Marcel Holtmann
0 siblings, 1 reply; 13+ messages in thread
From: ubaldo @ 2004-07-16 14:02 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Ciao Marcel,
> 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?
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bluez-devel] Re: multi rfcomm/sco connection
2004-07-16 14:02 ` ubaldo
@ 2004-07-16 15:29 ` Marcel Holtmann
2004-08-04 22:45 ` Radha Thiagarajan
0 siblings, 1 reply; 13+ messages in thread
From: Marcel Holtmann @ 2004-07-16 15:29 UTC (permalink / raw)
To: ubaldo; +Cc: BlueZ Mailing List
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
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Bluez-devel] Re: multi rfcomm/sco connection
2004-07-16 15:29 ` [Bluez-devel] " Marcel Holtmann
@ 2004-08-04 22:45 ` Radha Thiagarajan
2004-08-04 23:35 ` Marcel Holtmann
0 siblings, 1 reply; 13+ messages in thread
From: Radha Thiagarajan @ 2004-08-04 22:45 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Marcel,
We need clarification from you about two things regarding SCO.
1) We noticed that the SCO module has different behavior when dealing
with BDADDR_ANY as opposed to a specific bluetooth address. If a device
is told to listen for a SCO connection with BDADDR_ANY, and then creates
an outgoing SCO connection to a device using BDADDR_ANY, the connection
succeeds. Later, if an incoming SCO connection is received, the listen
socket will accept the connection (thus producing two SCO connections
over 2 ACL connections to 2 different devices).
This is all fine, but if instead, we bind the listen socket with a
specific device address (instead of BDADDR_ANY) and then try to make the
outgoing SCO connection using the specific address, it will fail
claiming that the address is already in use. This looks like
inconsistent behavior, given that even if we specify BDADDR_ANY and we
only have one interface, both connections will be using the same interface.
So, in short, if BlueZ is asked to use a specific interface for both
incoming and outgoing SCO connections, it will refuse to carry out the
bind calls, but if BDADDR_ANY is used, it will allow both connections.
Therefore, it appears to be a bug - either BlueZ really can't handle
more than one SCO at a time and it is being tricked into doing it, or it
should allow the user to specify the address and not complain.
2) Consider two devices A and B. A uses BlueZ while B does not. Let us
also assume that B can handle more than one SCO per ACL connection. Let
us say that there is a SCO connection between A and B already. Then B
initiates a second SCO connection on the same ACL to A. Looking at the
source for this situation, it appears that the device A will overwrite
the SCO socket values with the new one that was just established (since
it allows only one SCO per ACL). Is this the intended behavior?
Thanks,
Radha
On 07/16/2004 10:29 AM, Marcel Holtmann wrote:
>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
>
>
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Bluez-devel] Re: multi rfcomm/sco connection
2004-08-04 22:45 ` Radha Thiagarajan
@ 2004-08-04 23:35 ` Marcel Holtmann
2004-08-05 15:33 ` Radha Thiagarajan
0 siblings, 1 reply; 13+ messages in thread
From: Marcel Holtmann @ 2004-08-04 23:35 UTC (permalink / raw)
To: Radha Thiagarajan; +Cc: BlueZ Mailing List
Hi Radha,
> 1) We noticed that the SCO module has different behavior when dealing
> with BDADDR_ANY as opposed to a specific bluetooth address. If a device
> is told to listen for a SCO connection with BDADDR_ANY, and then creates
> an outgoing SCO connection to a device using BDADDR_ANY, the connection
> succeeds. Later, if an incoming SCO connection is received, the listen
> socket will accept the connection (thus producing two SCO connections
> over 2 ACL connections to 2 different devices).
>
> This is all fine, but if instead, we bind the listen socket with a
> specific device address (instead of BDADDR_ANY) and then try to make the
> outgoing SCO connection using the specific address, it will fail
> claiming that the address is already in use. This looks like
> inconsistent behavior, given that even if we specify BDADDR_ANY and we
> only have one interface, both connections will be using the same interface.
>
> So, in short, if BlueZ is asked to use a specific interface for both
> incoming and outgoing SCO connections, it will refuse to carry out the
> bind calls, but if BDADDR_ANY is used, it will allow both connections.
> Therefore, it appears to be a bug - either BlueZ really can't handle
> more than one SCO at a time and it is being tricked into doing it, or it
> should allow the user to specify the address and not complain.
there is a simply answer to that question. It is a bug :(
> 2) Consider two devices A and B. A uses BlueZ while B does not. Let us
> also assume that B can handle more than one SCO per ACL connection. Let
> us say that there is a SCO connection between A and B already. Then B
> initiates a second SCO connection on the same ACL to A. Looking at the
> source for this situation, it appears that the device A will overwrite
> the SCO socket values with the new one that was just established (since
> it allows only one SCO per ACL). Is this the intended behavior?
I read the source that the new SCO connection will be overwritten with
the value of the first one. However this still doesn't looks very nice
in any case.
Are you planning to use SCO over HCI or PCM?
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Bluez-devel] Re: multi rfcomm/sco connection
2004-08-04 23:35 ` Marcel Holtmann
@ 2004-08-05 15:33 ` Radha Thiagarajan
2004-08-05 17:25 ` Marcel Holtmann
0 siblings, 1 reply; 13+ messages in thread
From: Radha Thiagarajan @ 2004-08-05 15:33 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Hi Marcel,
Thanks for the reply. We will be using SCO over PCM.
Are you planning on a fix for both the problems?
Thanks,
Radha.
On 08/04/2004 06:35 PM, Marcel Holtmann wrote:
>Hi Radha,
>
>> 1) We noticed that the SCO module has different behavior when dealing
>> with BDADDR_ANY as opposed to a specific bluetooth address. If a device
>> is told to listen for a SCO connection with BDADDR_ANY, and then creates
>> an outgoing SCO connection to a device using BDADDR_ANY, the connection
>> succeeds. Later, if an incoming SCO connection is received, the listen
>> socket will accept the connection (thus producing two SCO connections
>> over 2 ACL connections to 2 different devices).
>>
>> This is all fine, but if instead, we bind the listen socket with a
>> specific device address (instead of BDADDR_ANY) and then try to make the
>> outgoing SCO connection using the specific address, it will fail
>> claiming that the address is already in use. This looks like
>> inconsistent behavior, given that even if we specify BDADDR_ANY and we
>> only have one interface, both connections will be using the same interface.
>>
>> So, in short, if BlueZ is asked to use a specific interface for both
>> incoming and outgoing SCO connections, it will refuse to carry out the
>> bind calls, but if BDADDR_ANY is used, it will allow both connections.
>> Therefore, it appears to be a bug - either BlueZ really can't handle
>> more than one SCO at a time and it is being tricked into doing it, or it
>> should allow the user to specify the address and not complain.
>
>there is a simply answer to that question. It is a bug :(
>
>> 2) Consider two devices A and B. A uses BlueZ while B does not. Let us
>> also assume that B can handle more than one SCO per ACL connection. Let
>> us say that there is a SCO connection between A and B already. Then B
>> initiates a second SCO connection on the same ACL to A. Looking at the
>> source for this situation, it appears that the device A will overwrite
>> the SCO socket values with the new one that was just established (since
>> it allows only one SCO per ACL). Is this the intended behavior?
>
>I read the source that the new SCO connection will be overwritten with
>the value of the first one. However this still doesn't looks very nice
>in any case.
>
>Are you planning to use SCO over HCI or PCM?
>
>Regards
>
>Marcel
>
>
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Bluez-devel] Re: multi rfcomm/sco connection
2004-08-05 15:33 ` Radha Thiagarajan
@ 2004-08-05 17:25 ` Marcel Holtmann
0 siblings, 0 replies; 13+ messages in thread
From: Marcel Holtmann @ 2004-08-05 17:25 UTC (permalink / raw)
To: Radha Thiagarajan; +Cc: BlueZ Mailing List
Hi Radha,
> Thanks for the reply. We will be using SCO over PCM.
> Are you planning on a fix for both the problems?
the point is if you use SCO over PCM then the SCO socket interface is
really useless. My idea is to add an ioctl to the L2CAP and RFCOMM
sockets for adding and releasing a SCO link. Actually I realized that I
never thought about incoming SCO connections for that case. Are there
any proposals for getting a nice SCO over PCM support?
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* [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; 13+ 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] 13+ messages in thread
* Re: [Bluez-devel] multi rfcomm/sco connection
2004-11-05 12:07 [Bluez-devel] " Suriyan
@ 2004-11-05 12:34 ` Marcel Holtmann
0 siblings, 0 replies; 13+ 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] 13+ messages in thread
end of thread, other threads:[~2004-11-05 12:34 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 17:54 [Bluez-devel] multi rfcomm/sco connection ubaldo
2004-06-18 18:15 ` Marcel Holtmann
2004-06-18 18:33 ` ubaldo
2004-06-18 18:37 ` [Bluez-devel] " Marcel Holtmann
2004-06-18 18:42 ` ubaldo
2004-06-18 18:49 ` [Bluez-devel] " Marcel Holtmann
2004-07-16 14:02 ` ubaldo
2004-07-16 15:29 ` [Bluez-devel] " Marcel Holtmann
2004-08-04 22:45 ` Radha Thiagarajan
2004-08-04 23:35 ` Marcel Holtmann
2004-08-05 15:33 ` Radha Thiagarajan
2004-08-05 17:25 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2004-11-05 12:07 [Bluez-devel] " Suriyan
2004-11-05 12:34 ` [Bluez-devel] " Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox