All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesus Hinojosa <jhr0771@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] want to use more than one profile
Date: Wed, 13 Feb 2008 12:44:47 -0600	[thread overview]
Message-ID: <1202928287.29698.10.camel@localhost> (raw)

I have a MBT-S120 headset that works fine with skype using the the voice
profile.

.asoundrc

defaults.pcm.dmix_max_periods -1 
pcm.bluetooth {
   type bluetooth
   device 00:0D:1A:40:0C:9E
   profile "voice"   
}

But the headset works great for listening to music with the hifi
profile. but If i switch to the hifi profile ( or use "auto" ), the
headset stops working for skype. 
Is there a way to make it work for applications without having to edit
the file everything i want to switch?
Is it possible to have 2 configurations pointing to the same device ?

defaults.pcm.dmix_max_periods -1 
pcm.headset {
   type bluetooth
   device 00:0D:1A:40:0C:9E
   profile "voice"   
}
pcm.headphones {
   type bluetooth
   device 00:0D:1A:40:0C:9E
   profile "hifi"   
}

Any help will be appreciated.

I have bluez 3.25 
kernel: gentoo-sources 2.6.20 

Thanks


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

                 reply	other threads:[~2008-02-13 18:44 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=1202928287.29698.10.camel@localhost \
    --to=jhr0771@gmail.com \
    --cc=bluez-users@lists.sourceforge.net \
    /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.