Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

restart Bluetooth in linux

method 1:
 sudo service Bluetooth restart
 sudo rmmod btusb
 sudo rmmod btusb
method 2:
 sudo apt-get update
 sudo apt upgrade
 sudo systemctl start Bluetooth
 sudo systemctl status Bluetooth
 rfkill unblock Bluetooth
 
PREVIOUS NEXT
Tagged: #restart #Bluetooth #linux
ADD COMMENT
Topic
Name
5+8 =