How to Check Bluetooth Status via Terminal

12.04bluetoothcommand line

I am looking for a way to check to see if the bluetooth is enabled or disabled on my laptop via the terminal. Is there a command that I can use to find this information

Best Answer

In addition to checking for the service you can use the command

hcitool dev

that will return all devices turned on.

Related Question