我从官方下载了winsocket bluetooth connect的例程,结果连接时返回1022错误码,这是什么原因啊
你好,
>>我从官方下载了winsocket bluetooth connect的例程,结果连接时返回1022错误码,这是什么原因啊
1022错误码:QoS对象长度无效,在QoS提供程序特定的缓冲区中指定了具有无效ObjectLength字段的对象。
关于winsocket bluetooth connect,你可以参考以下链接: https://github.com/microsoft/Windows-classic-samples/tree/master/Samples/WinsockBluetoothConnection https://social.msdn.microsoft.com/Forums/en-US/cd158f13-32dd-4f77-917f-ad2c07c5b6f7/to-create-a-bluetooth-connection-using-winsock?forum=vssmartdevicesnative
Best Regards,