Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/272.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在Windows 10中实现通用访问配置文件(GAP)?_C#_Python_Bluetooth_Bluetooth Lowenergy_Windows 10 Universal - Fatal编程技术网

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

C# 如何在Windows 10中实现通用访问配置文件(GAP)?,c#,python,bluetooth,bluetooth-lowenergy,windows-10-universal,C#,Python,Bluetooth,Bluetooth Lowenergy,Windows 10 Universal,我正在尝试为Windows 10(规范:)实现3D同步配置文件(3DSP)v.1.0.3,以“伪造”3D显示。我拥有120Hz的显示器,我想用蓝牙应用程序创建主动快门玻璃同步器 我需要实现规范中描述的间隙配置文件。 在使用C#或Python的Windows 10中,这可能吗 我已经尝试了一些Python库(bleak、pybluez),但没有一个库具有创建GAP的功能 在C#中,我看到Windows 10为此提供了新的API,如下所述: 但我仍然认为我不能用这个来制造差距: The follo

我正在尝试为Windows 10(规范:)实现3D同步配置文件(3DSP)v.1.0.3,以“伪造”3D显示。我拥有120Hz的显示器,我想用蓝牙应用程序创建主动快门玻璃同步器

我需要实现规范中描述的间隙配置文件。 在使用C#或Python的Windows 10中,这可能吗

我已经尝试了一些Python库(bleak、pybluez),但没有一个库具有创建GAP的功能

在C#中,我看到Windows 10为此提供了新的API,如下所述:

但我仍然认为我不能用这个来制造差距:

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的解决方案,它可以在带有HyperV和Docker的Windows中使用?

您不需要实现GAP,因为它是在系统级别实现的。从您需要的配置文件开始。您可以使用Bluetooth Framework来实现这些功能()。是否有免费的等效功能?可能是32英尺。谢谢,我们将测试它。32英尺目前不支持Windows的BLE: