我正在尝试配对两个设备,而不是在每个配对周期中点击两个设备上的“匹配”。如何设置自己的常量PIN码?我应该连接的设备是笔记本电脑和智能手机。
我在ubuntu上使用Python bluez。
答案 0 :(得分:5)
最后我可以解决这个问题!
杀死蓝牙小程序: sudo killall bluetooth-applet
对于PIN-Pairing,将sspmode设置为0: sudo hciconfig hci0 sspmode 0
我打开了simple-agent,因此您可以在RequestPinCode方法中编辑代码,如果您想: sudo gedit / usr / local / bin / simple-agent
启动简单代理: su -c / usr / local / bin / simple-agent