如何在Windows 10中实现通用访问配置文件(GAP)?

我正在尝试为Windows 10实现3D同步配置文件(3DSP)v.1.0.3(规范:https://www.bluetooth.org/DocMan/handlers/DownloadDoc.ashx?doc_id=308939)以“伪造” 3D显示。我拥有120Hz监视器,并且想使用蓝牙应用程序创建主动式快门眼镜同步器。

我需要按照规范中的说明实施GAP配置文件。 在Windows 10中使用C#或Python可以实现吗?

我已经尝试了一些Python库(荒凉,pybluez),但是其中没有一个具有创建GAP的功能。

在C#中,我看到Windows 10为此提供了新的API,如下所示: https://docs.microsoft.com/pl-pl/windows/uwp/devices-sensors/gatt-server?redirectedfrom=MSDN

但是我仍然认为我不能使用它来创建GAP:

The following Services are reserved by the system and cannot be published at this time:
Device Information Service (DIS)
Generic Attribute Profile Service (GATT)
Generic access Profile Service (GAP)
Human Interface Device Service (HOGP)
Scan Parameters Service (SCP)
Attempting to create a blocked service will result in BluetoothError.DisabledByPolicy being returned from the call to CreateAsync.

是否有软件或什至可编程硬件(usb蓝牙软件狗?)来实现这一目标? 也许如果有针对Linux的解决方案,它可以在Windows中与HyperV和Docker一起使用?

yezhiyang 回答:如何在Windows 10中实现通用访问配置文件(GAP)?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3148998.html

大家都在问