All of lore.kernel.org
 help / color / mirror / Atom feed
* Using multiple bluetooth headsets at the same time
@ 2012-06-03  4:27 Jess Haas
  0 siblings, 0 replies; only message in thread
From: Jess Haas @ 2012-06-03  4:27 UTC (permalink / raw)
  To: linux-bluetooth

	I am wanting to stream to multiple bluetooth headsets at the same time
using the a2dp profile. One headset works great but I can't seem to get
a second one to work.

	I have both headsets paired and connected and can play using either one
but when I start playback on the second one(using mplayer -ao
alsa:device=bluetooth file.mp3)  I get this error:
[AO_ALSA] alsa-lib: audio/pcm_bluetooth.c:1614:(audioservice_expect)
BT_OPEN failed : Invalid argument(22)
[AO_ALSA] Unable to set hw-parameters: Invalid argument

Any ideas on if its possible to get this to work and if so where to
start? I don't mind doing a little coding but have no real experience
with kernel stuff.

This is my asound.conf:
pcm.bluetooth {
        type bluetooth
        device 00:11:67:39:5A:34
	profile "a2dp"
}


pcm.bluetooth2 {
        type bluetooth
        device 00:11:67:66:E2:4B
        profile "a2dp"
}

Thanks,
   Jess

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-03  4:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03  4:27 Using multiple bluetooth headsets at the same time Jess Haas

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.