The problem is not bluez but the settings bluez uses. You can use
hciconfig to put your device into the correct mode.

hciconfig hci0 lm ACCEPT,MASTER
hciconfig hci0 lp HOLD,SNIFF,PARK

should be enough where hci0 is your bluetooth device.

I put this in a udev rule so that these changes are applied every
startup.

For that you can copy following text:

# put this file in /etc/udev/rules.d
# choose a higher rule number than the existing file at 
/lib/udev/rules.d/XX-bluetooth.rules
ACTION=="add", SUBSYSTEM=="bluetooth", KERNELS=="hci0", 
RUN+="/usr/sbin/hciconfig hci0 lm ACCEPT,MASTER", RUN+="/usr/sbin/hciconfig 
hci0 lp HOLD,SNIFF,PARK"

You can name the file 100-bluetooth.rules. Hope this helps.

-- 
Bluetooth mouse usage makes A2DP audio stutter
https://bugs.launchpad.net/bugs/424215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to