(I know this error has been reported in different guises but none of the older solutions on this site have worked for me)
I can't see any Bluetooth adapters in the Unity Control Center Bluetooth program. The laptop is a Dell Vostro 3300 and I'm using Ubuntu 16.04.1
output of sudo lsmod |grep bluetooth
bluetooth 520192 4 btbcm,btrtl,btusb,btintel
output of sudo lsusb |grep Bluetooth
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
output of dmesg | grep Bluetooth
[ 516.708947] Bluetooth: Core ver 2.21
[ 516.708977] Bluetooth: HCI device and connection manager initialized
[ 516.708981] Bluetooth: HCI socket layer initialized
[ 516.708984] Bluetooth: L2CAP socket layer initialized
[ 516.708991] Bluetooth: SCO socket layer initialized
output of sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Edit: tried the solution recommended by Pilot6 but it doesn't apply to my Bluetooth chipset.
lsusb | grep -i 0a5c
– Jeremy31 Nov 04 '16 at 17:18Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
– warsong Nov 04 '16 at 17:26