Answers for "linux bluetooth software"

0

bluetooth linux

sudo apt-get install bluez*
sudo apt-get install blueman
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
Posted by: Guest on June-19-2021
0

bluetooth software for linux

sudo apt install bluez bluez-tools

# Turn on visibility
bt-adapter --set Discoverable 1
Posted by: Guest on April-22-2021

Code answers related to "linux bluetooth software"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language