安装bluetooth库
sudo apt-get update
sudo apt-get install bluetooth bluez libbluetooth-dev
sudo pip install pybluez
sudo pip install wifi
改配置蓝牙为兼容模式
sudo nano /etc/systemd/system/dbus-org.bluez.service
找到这行
ExecStart=/usr/lib/bluetooth/bluetoothd
更改为
`ExecStart=/usr/lib/bluetooth/bluetoothd --compat`