[Bug 781556] Re: bluetooth discovery fails: no devices found during scan

Eric Miao eric.miao at canonical.com
Tue Feb 28 13:50:55 UTC 2012


Simply performing bccmd in the bluetooth init script might not be a good
idea, as it's not applicable to other bluetooth modules. One reliable
way is to keep it in the udev rules. I used the rules below which is
working for me:

SUBSYSTEM=="bluetooth", SUBSYSTEMS="usb", ATTRS{idVendor}=="148f",
ATTRS{idProduct}=="2000", RUN+="/usr/sbin/bccmd -d $kernel psset -r
0x028c 0x0001"

This is not the optimal fix as it's going to set the key anyway to 1
upon the hci device is added, but could be less intrusive.

-- 
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/781556

Title:
  bluetooth discovery fails: no devices found during scan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/781556/+subscriptions



More information about the Ubuntu-bluetooth mailing list