我有 bluez 5.4.3,我正在尝试通过 minicom 与 ble 设备进行通信。这两个欺骗装置(我的电脑和 bluno nano)已经配对,这是我到目前为止的方法。
#bluetoothctl
# pair xx:xx:xx:xx:xx:xx
# exit
到目前为止一切都进展顺利......
#sudo rfcomm connect /dev/rfcomm0 xx:xx:xx:xx:xx:xx 1 &
[1] 3665
Can't connect RFCOMM socket: Host is down
有谁知道如何解决这个问题?任何帮助将非常感激。
答案1
您的本地蓝牙 HCI 设备似乎已关闭。
尝试hciconfig
获取当前设备名称和状态,您可以使用hciconfig hci0 up
其中 hci0 是您的设备名称。