* [Bluez-users] SCO route way!!
@ 2004-09-27 1:46 Chen Bin
2004-09-28 8:14 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Chen Bin @ 2004-09-27 1:46 UTC (permalink / raw)
To: bluez-users
Hi all,
I am developing Bluetooth on Smart Phone, I have a question about
bluetooth voice, I don't know whether it is suitable to ask this
question here.
My chip is TI BRF6100, I can change data between my board and the BT usb
dongle, and it can connect to the bluetooth headset, but it can't play
any music to it.
The rfcomm connection has been connected and I can receive the AT
command from the headset.Using hcidump, I found that the SCO link is
added, but then there is no SCO traffic in the channel.
The chip can support SCO data route from hci or direct to the baseband
from codec. I think the default choice of the chip is baseband.
How can I choose the SCO route method? Is it a standard HCI command or
vendor-specific command?
Any help appreciated!
Chen
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] SCO route way!!
2004-09-27 1:46 [Bluez-users] SCO route way!! Chen Bin
@ 2004-09-28 8:14 ` Marcel Holtmann
2004-09-28 8:34 ` Chen Bin
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-09-28 8:14 UTC (permalink / raw)
To: Chen Bin; +Cc: bluez-users
Hi Chen,
> I am developing Bluetooth on Smart Phone, I have a question about
> bluetooth voice, I don't know whether it is suitable to ask this
> question here.
yes, this is the wrong mailing list until you start using Linux and
BlueZ on your smart phone ;)
> My chip is TI BRF6100, I can change data between my board and the BT usb
> dongle, and it can connect to the bluetooth headset, but it can't play
> any music to it.
>
> The rfcomm connection has been connected and I can receive the AT
> command from the headset.Using hcidump, I found that the SCO link is
> added, but then there is no SCO traffic in the channel.
>
> The chip can support SCO data route from hci or direct to the baseband
> from codec. I think the default choice of the chip is baseband.
>
> How can I choose the SCO route method? Is it a standard HCI command or
> vendor-specific command?
There are two ways, SCO over HCI and SCO over PCM. There is no standard
HCI command to switch between them. They are all vendor specific or
preset by the chip manufacturer and not changeable.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] SCO route way!!
2004-09-28 8:14 ` Marcel Holtmann
@ 2004-09-28 8:34 ` Chen Bin
2004-09-28 8:38 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Chen Bin @ 2004-09-28 8:34 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: bluez-users
Hi Holtmann,
Thanks for your kind answer. I have another question.
If the SCO is over PCM, what should I do before I write data from the
codec to the chip, just establish the connection is enough?
I mean, I use HCI ACL to add a SCO link with the chip, then I write the
voice data from the codec to the chip. I wonder if there are several SCO
connections over the chip, how can the chip determine which connection
will be used to send the voice? Should I do more steps to specify which
connection to use?
Thanks in advance.
Chen
在2004年09月28日的16:14,Marcel Holtmann写道:
> Hi Chen,
>
> > I am developing Bluetooth on Smart Phone, I have a question about
> > bluetooth voice, I don't know whether it is suitable to ask this
> > question here.
>
> yes, this is the wrong mailing list until you start using Linux and
> BlueZ on your smart phone ;)
>
> > My chip is TI BRF6100, I can change data between my board and the BT usb
> > dongle, and it can connect to the bluetooth headset, but it can't play
> > any music to it.
> >
> > The rfcomm connection has been connected and I can receive the AT
> > command from the headset.Using hcidump, I found that the SCO link is
> > added, but then there is no SCO traffic in the channel.
> >
> > The chip can support SCO data route from hci or direct to the baseband
> > from codec. I think the default choice of the chip is baseband.
> >
> > How can I choose the SCO route method? Is it a standard HCI command or
> > vendor-specific command?
>
> There are two ways, SCO over HCI and SCO over PCM. There is no standard
> HCI command to switch between them. They are all vendor specific or
> preset by the chip manufacturer and not changeable.
>
> Regards
>
> Marcel
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] SCO route way!!
2004-09-28 8:34 ` Chen Bin
@ 2004-09-28 8:38 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-09-28 8:38 UTC (permalink / raw)
To: Chen Bin; +Cc: bluez-users
Hi Chen,
> If the SCO is over PCM, what should I do before I write data from the
> codec to the chip, just establish the connection is enough?
in general, yes.
> I mean, I use HCI ACL to add a SCO link with the chip, then I write the
> voice data from the codec to the chip. I wonder if there are several SCO
> connections over the chip, how can the chip determine which connection
> will be used to send the voice? Should I do more steps to specify which
> connection to use?
This depends on your chip manufacturer. Ask them.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-09-28 8:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 1:46 [Bluez-users] SCO route way!! Chen Bin
2004-09-28 8:14 ` Marcel Holtmann
2004-09-28 8:34 ` Chen Bin
2004-09-28 8:38 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox