Linux – Using Command Line (Linux) how to enable the Bluetooth Adapter

bluetoothcommand linelinux

I have 1 BlueTooth adapter on my laptop. Using the command line, I want to be able to enable / disable it.

This would be the same functionality that is achieved using GUI -> Bluetooth settings -> Bluetooth ON | OFF.

Best Answer

sudo rfkill unblock bluetooth

However, it seems to timeout sporadically. So needs some work...

Related Question