Answers for "how to chck if i have bluetooth in lunux machine"

0

how to chck if i have bluetooth in lunux machine

dmesg | grep -i blue
lsusb | grep Bluetooth

If you see a return listing hardware, you have Bluetooth. If you don't see a hardware listing, you don't.
Posted by: Guest on June-29-2021

Code answers related to "how to chck if i have bluetooth in lunux machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language