All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jess Haas <pa@jesshaas.com>
To: linux-bluetooth@vger.kernel.org
Subject: Using multiple bluetooth headsets at the same time
Date: Sat, 02 Jun 2012 21:27:39 -0700	[thread overview]
Message-ID: <4FCAE7BB.3030804@jesshaas.com> (raw)

	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

                 reply	other threads:[~2012-06-03  4:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FCAE7BB.3030804@jesshaas.com \
    --to=pa@jesshaas.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.