问题:
我有一台Logitech BT适配器连接到家里的一堆扬声器。我将其地址存储在我的笔记本电脑上,我想使用python尝试与它配对。
我尝试了什么:
我尝试使用this网站上的示例同时使用RFCOMM和L2CAP。
错误消息:
当我尝试使用端口0
上的RFCOMM进行连接时:
Traceback (most re[...]bluetooth.btcommon.BluetoothError: (112, 'Host is down')
当我尝试使用端口0x1001
上的L2CAP进行连接时:
Traceback (most re[...]bluetooth.btcommon.BluetoothError: (111, 'Connection Refused')
事情我也有疑问:
尝试连接扬声器时是否应该使用特定端口?
有没有办法可以通过python直接“告诉”我的笔记本电脑连接扬声器?