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