Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 1 down vote accepted
sudo rfkill unblock bluetooth

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.