📌  相关文章
📜  如何在 ubuntu 命令行上配置蓝牙 - Shell-Bash 代码示例

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

代码示例2
#If you are on Ubuntu or an Ubuntu-based distro, run the following: command:

    sudo apt-get install bluetooth bluez bluez-tools rfkill.
    sudo rfkill list.
    sudo rfkill unblock bluetooth.
    sudo service bluetooth start.
    sudo apt-get install blueman.