public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* HFP - A2DP in BlueZ
@ 2009-09-18  9:33 Sasikiran Maddula
  2009-09-18  9:55 ` Johan Hedberg
  0 siblings, 1 reply; 5+ messages in thread
From: Sasikiran Maddula @ 2009-09-18  9:33 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Hi Johan,

On Mon, Sep 07, 2009, Jothikumar Mothilal wrote:

> > I was able to test HFP/A2DP independently.
> > Is BlueZ supports multi profiles?
> > For example, like A2DP with HFP - When you listen song, if you get a Skype call,
> > Stop audio streaming and attend the call and start streaming once the
> > call is disconnected.
>   

Yes, we support it. The recommended way to connect both profiles is to
simply use the org.bluez.Audio.Connect() D-Bus method. You'll need to have
some integration with the actual telephony subsystem (e.g. skype in your
case) as well as some extra handling in the component that interfaces with
bluetoothd over the audio unix socket (pulseaudio/gstreamer/alsa/etc).
Your media player should probably also be telephony aware or at least
provide an interface to a component that is telephony aware so that the
playing can be paused for the duration of a call.

In Maemo 5 this all works quite well by using the bluez maemo telephony
driver and a special pulseaudio policy module which handles the stream
switching on the pulseaudio side. Even with upstream pulseaudio on my
Ubuntu laptop I can get the profile switching somewhat well working with
the help of the pavucontrol tool.


> > Is this feature available in BlueZ? If so from what version of BlueZ?
>   

In theory any 4.x version should be fine, but the newer the version the
higher the chances that it'll work well.


There was a discussion went with you and jothi probably 10 days back. I have some questions on that issue.

Your saying it works fine with the pavucontrol tool and pulseaudio. I am using pulseaudio 0.9.14 version. Whether it is sufficient to have the bluetooth profile switching. If I need to upgrade what version is the best suitable and suggest me on how to upgrade. Also whether pavucontrol is linked with the package for pulseaudio or it is separate. You mentioned that with the help of pavucontrol tool your able to do profile switching somewhat better. But I do not see any options in pavucontrol useful for bluetooth perspective. Could you guide me with more details.

Also you mentioned that the player I am using must be telephony aware directly or through some other component. Do you have any idea of any player which has that kind of facility.


Thanks,
Sasikiran.


^ permalink raw reply	[flat|nested] 5+ messages in thread
* promisc mode and broadcast BT sockets
@ 2009-09-04 12:29 Pavan Savoy
  2009-09-07  9:56 ` Pavan Savoy
  0 siblings, 1 reply; 5+ messages in thread
From: Pavan Savoy @ 2009-09-04 12:29 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

I remember that eth0 had some flags which sets the raw sockets into promisc mode, so that we can receive the sockets on the interface even if we are not the intended host.
does something like this exist for BT sockets ?

If a user-space process is creating the socket, I understand that the process which does _create, _bind would get the events which it is supposed to, but how ?

example: I run hcitool scan, and a remote pairing request comes in, would the hcitool process also have access to the pairing request ?

if YES- then good - my work is done,
but if NO -- How do I make it to ? + How do I make it receive if the socket is created and does in-kernel socket calls [the hacked up way of get_fs/set_fs of KERNEL_DS].


Thanks in advance.


      Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com


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

end of thread, other threads:[~2009-09-18 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18  9:33 HFP - A2DP in BlueZ Sasikiran Maddula
2009-09-18  9:55 ` Johan Hedberg
2009-09-18 10:15   ` Sasikiran Maddula
  -- strict thread matches above, loose matches on Subject: below --
2009-09-04 12:29 promisc mode and broadcast BT sockets Pavan Savoy
2009-09-07  9:56 ` Pavan Savoy
2009-09-07 17:00   ` HFP - A2DP in BlueZ Jothikumar Mothilal
2009-09-07 17:32     ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox