Comment 27 for bug 1510570

Revision history for this message
Robert Liu (robertliu) wrote : Re: BLE pairing fail

I tried to specify the udev rule more precisely, i.e. only power up a host controller.
Is there anybody could give it a try?

#/lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules
# Set bluetooth power up
ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", ENV{DEVTYPE}=="host", RUN+="/bin/hciconfig %k up"