📌  相关文章
📜  如果我在 lunux 机器中有蓝牙,如何检查 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:37.103000             🧑  作者: Mango

代码示例1
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.