c# - 如何使用 BLE 开发 Windows C# App

标签 c# bluetooth msdn bluetooth-lowenergy

我正在尝试开发一个与蓝牙设备通信的 Windows 应用程序。

现在我有一个用于我的 Windows 桌面和蓝牙 BLE 设备的蓝牙 USB 加密狗。

我想在 Windows 10 中使用 C# 和 Visual Studio 开发应用。 但是完全找不到官方文档和API。 Windows 中没有关于 BLE 的 C# API?如果是,我如何使用 BLE 开发 C# 应用程序?

最佳答案

Microsoft 蓝牙团队进行了构建演讲,其中包括用于 GATT 服务器、信标和配对的 BLE 示例应用程序。您可以找到 GitHub 存储库 here .

关于信标和从 GATT 服务器读取的构建讨论可以找到 here .

关于c# - 如何使用 BLE 开发 Windows C# App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36308639/

相关文章:

c# - ANTLR AST 建筑 : root node as string instead of character

bluetooth - Windows UWA (IoT) 蓝牙 RfcommService

c++ - strcpy 是否等同于 strcpy_s

c++ - C++ 标准不提供这种类型的散列

c# - WPF-MVVM-如何实现类似于附件图像的结构

c# - c#调用键盘事件

c# - 无法加载文件或程序集 'Microsoft.WindowsAzure.Storage' Azure Functions

iphone - iOS 7 蓝牙 - 即使手机重启后也能在后台处理事件的应用程序

java - 获取蓝牙设备服务 android

licensing - Action 包设计和开发 - 我是否遗漏了什么