我正在尝试通过蓝牙连接两个树莓派,并通过obex在它们之间发送文件。我已经做了很多事情来完成这项任务,但是每次我失败了。
因此,在两个pi上,我都安装了obexpushd和obexftp。然后我在后台运行obexpushd,并希望使用以下命令连接两个pi:
bluetoothctl
discoverable on
pairable on
agent on
default-agent
pair
connect
我没有联系。我可以配对这些pi,但是当我尝试连接它们时,我得到了
Paired succesfully, but this device has no services which can be used with Raspberry Pi
或
Connnection failed - no usable services on this device
但是我有点困惑。我开始不高兴。但是obexftp呢? 我想念什么?我只想在它们之间发送简单的txt文件