0

我正在尝试通过 Windows Vista 上的 Winsock 连接到远程设备,但出现此错误:

javax.bluetooth.BluetoothConnectionException: 
at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)
at com.intel.bluetooth.BluetoothStackMicrosoft.access$700(BluetoothStackMicrosoft.java:44)
at com.intel.bluetooth.BluetoothStackMicrosoft$ConnectThread.run(BluetoothStackMicrosoft.java:651)

我使用 BlueCove 版本 2.1.1-SNAPSHOT。有人帮我解决问题吗?

4

1 回答 1

0

使用 widcomm 蓝牙驱动程序而不是 bluecove,因为 bluecove 不支持 winsock 上的 l2cap。

于 2012-05-15T12:18:36.357 回答