Window 7上的Blutooth连接失败

时间:2017-09-03 17:32:54

标签: bluetooth window msdn

我正在尝试使用以下链接

从Windows 7及更高版本连接蓝牙手机设备

https://code.msdn.microsoft.com/windowsdesktop/Bluetooth-Connection-e3263296

Windows 10成功地能够配对和连接设备,但在窗口7上,设备仅配对,套接字连接始终失败,错误代码为10060.

我们正在使用Blietooth API" BluetoothFindFirstDevice"和" BluetoothFindNextDevice"扫描设备和" BluetoothAuthenticateDeviceEx"用于向远程蓝牙设备发送认证请求。在窗口7上,蓝牙设备在配对设备下显示手机。但套接字连接失败。

是否可以使用以下API连接到窗口7上的Blutooth设备?  我正在尝试使用以下链接

从Windows 7及更高版本连接蓝牙手机设备

https://code.msdn.microsoft.com/windowsdesktop/Bluetooth-Connection-e3263296

Windows 10成功地能够配对和连接设备,但在窗口7上,设备仅配对,套接字连接始终失败,错误代码为10060.

我们正在使用Blietooth API" BluetoothFindFirstDevice"和" BluetoothFindNextDevice"扫描设备和" BluetoothAuthenticateDeviceEx"用于向远程蓝牙设备发送认证请求。在窗口7蓝牙设备上显示配对设备下的手机。但套接字连接失败。

使用上面的API,s。

可以连接到窗口7上的Blutooth设备

https://msdn.microsoft.com/en-us/library/windows/desktop/cc766819(v=vs.85).aspx

0 个答案:

没有答案