📌  相关文章
📜  ubuntu 20.04 蓝牙无法打开或工作 - Shell-Bash 代码示例

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

代码示例1
#turn bluetooth on:
sudo /etc/init.d/bluetooth start

# make it automatic on boot
sudo systemctl enable bluetooth