是否可以在Windows 10上连接到我的自定义BLE外围设备(它实现非标准服务/特性)以及读/写GATT特性?有哪些技术可用 - Windows 10 SDK,Xamarin?
答案 0 :(得分:0)
是。您可以使用标准Windows API来读取/写入GATT特征。您可以在Win32 API(https://msdn.microsoft.com/en-us/library/windows/hardware/hh450825(v=vs.85).aspx)和较新的Windows RT API(https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.bluetooth.genericattributeprofile.aspx)中进行选择,这些API主要是围绕Win32 API的包装。
我所知道的唯一要求是您的自定义BLE外围设备必须实现配对功能(“Just Works”或“Passkey Entry”)。