After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600430 - multiple bt profiles
multiple bt profiles
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-11-02 15:01 UTC by disik
Modified: 2009-11-03 12:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description disik 2009-11-02 15:01:09 UTC
I have Jabra BT620s headset, it supports both A2DP stereo and a headset profiles, however, after paring, only low quality headset profile is used, where I need A2DP stereo.
I think we should have an option what profile to use.
Comment 1 Bastien Nocera 2009-11-02 15:30:25 UTC
What's the output of "bluetooth-properties -d" when you connect to the device using the "Connect" menu item in the applet?
Comment 2 disik 2009-11-03 07:48:13 UTC
(In reply to comment #1)
> What's the output of "bluetooth-properties -d" when you connect to the device
> using the "Connect" menu item in the applet?

It says
Device: Jabra BT620s (00:13:17:71:8B:CF)
	D-Bus Path: /org/bluez/639/hci0/dev_00_13_17_71_8B_CF
	Type: Headset Icon: audio-card
	Paired: True Trusted: True Connected: True
	Services: org.bluez.AudioSink (connected) org.bluez.Audio (connected) org.bluez.Headset (connected) 
	UUIDs: HSP AudioSink A/V_RemoteControl Handsfree 

After connecting in Sound preferences applet I can only select between "Internal audio analog (Stereo)" and "Jabra BT620s (Mono)", A2DP should be stereo (tested okay with Creative CB2350 wich is A2DP olny).
Comment 3 Bastien Nocera 2009-11-03 12:05:11 UTC
A2DP should be the default in bluetoothd.

Check whether you have a /etc/bluetooth/audio.conf file, and if so, check that HFP=true is set.

If you don't have such a file, check your version of bluez is at least 4.38. See also:
https://bugzilla.redhat.com/show_bug.cgi?id=506879

You should already be able to switch profiles using the "Hardware" tab in gnome-volume-control, or in pavucontrol.
Comment 4 disik 2009-11-03 12:33:55 UTC
(In reply to comment #3)
> A2DP should be the default in bluetoothd.
> 
> Check whether you have a /etc/bluetooth/audio.conf file, and if so, check that
> HFP=true is set.
> 
> If you don't have such a file, check your version of bluez is at least 4.38.
> See also:
> https://bugzilla.redhat.com/show_bug.cgi?id=506879
> 
> You should already be able to switch profiles using the "Hardware" tab in
> gnome-volume-control, or in pavucontrol.

Setting HFP=false in /etc/bluetooth/audio.conf solved my case - I was able to choose A2DP stereo. Thank you for support.