Problem: In a freshly installed Fedora 15 bluetooth service in disabled by default – visiblity option is faded
Solution: To enable the bluetooth service type following commands (on terminal)
//this command will display the staus of the bluetooth service – inactive(dead)
>systemctl status bluetooth.service
//enable the bluetooth service
>sudo systemctl enable bluetooth.service
//start the bluetooth service
>sudo systemctl start bluetooth.service