GattServiceProvider.StartAdvertising失败:蓝牙设备问题?

时间:2018-02-23 21:06:43

标签: c# bluetooth-gatt windows-creators

我试图按照本教程发布GATT服务器:

https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/gatt-server

我的华硕Zenbook上的代码在板载蓝牙4.0上失败了:

System.Runtime.InteropServices.COMException(0x8007013C):蓝牙设备不支持外设角色

通过此电话确认:

BluetoothAdapter bta = await BluetoothAdapter.GetDefaultAsync(); bta.IsPeripheralRoleSupported设置为false

您认为这是驱动程序问题,API问题还是缺少硬件功能?

有人知道我可以使用新的.Net API管理蓝牙LE加密狗吗?

我已经购买了一台Bluegiga BLE加密狗,它看起来并不兼容...

0 个答案:

没有答案