【发布时间】:2018-09-03 06:03:30
【问题描述】:
我正在尝试在我的 linux 机器 (Ubuntu-16.04 LTS) 中启用蓝牙 OPP 配置文件以将其与 android 手机连接。
- 最初我使用命令
/etc/init.d/bluetooth start启用蓝牙接口 - 开始扫描要连接的设备,使用同时显示设备“蓝牙 MAC 地址和用户名”的
hcitool scan - 我使用命令
hcitool cc --role=s <br_addr>将我的 PC 与设备 (Redmi note 4-Android Nougat) 配对 - 然后我执行命令
sudo obexctl,这导致交互模式,[obex]# connect <br_addr>
使用蓝牙MAC地址连接设备时,抛出以下错误,
Client proxy not available
希望此链接有用,因为它解释了确切的输出应该是什么样的。 https://docs.ubuntu.com/core/en/stacks/bluetooth/bluez/docs/reference/sending-files
【问题讨论】:
标签: linux bluetooth android-bluetooth obex bluetooth-profile