I'm on a fresh install of Ubuntu 16.04.1, but are fighting with many Bluetooth problems. -- I was surprised that the Internet is not plastered with bug reports. Is it only me? Bluetooth worked fine for years with my last 14.04 install.
- Bluetooth indicator shows Bluetooth "off", settings show "on" (see screenshot)
- to reproduce: this happens quite often, just toggle the switches couple of times
- indicator shows three paired devices, settings shows only one (see screenshot)
- happened after a bunch of unsuccessful pairing trials
- How can I unpair/remove those devices?
- indicator disappears, even though "Show Bluetooth status in the menu bar" is enabled
- to reproduce: switch off Bluetooth in the settings window
The GUI from the screenshot seems hosed at least to some degree, so use the command line tool
bluetoothctl
. It is interactive and has ahelp
command.As can be seen, visibility of a devices in the indicator does not mean that they are all paired or trusted (...so I have no idea what it means to see a device there).
It is also surprising that
remove
did not work while the Bluetooth controller is off...Regarding the issue with the icon disappearing: to my surprise the Bluetooth controller can be in two off-states (at least on the system shown).
bluetoothctl
How to control off-states?
The command line tool
rfkill
controls the rfkill-subsystem which handles software switches for radio devices.rfkill list bluetooth
will reveal two Bluetooth relevant devices: the "main switch" and the controller itself (only visible if the Bluetooth main switch is "on").