简体   繁体   English

可以通过蓝牙低功耗连接iOS和Windows吗?

[英]Can I connect the iOS and the windows with Bluetooth low energy?

I have a project which need to connect the windows PC and iOS device with bluetooth. 我有一个项目需要将Windows PC和iOS设备与蓝牙连接。

  1. As I get, in the iOS platform, I can use the CoreBluetooth and the iOS device act as the peripheral device. 据我所知,在iOS平台上,我可以使用CoreBluetooth,而iOS设备充当外围设备。 This won't be a question. 这不是问题。
  2. However, at the windows platform, I would like to using the WPF to implement the software. 但是,在Windows平台上,我想使用WPF来实现该软件。 But I can't find the api and something else that can be used. 但是我找不到api和其他可以使用的东西。

So, is there any possible to implement this? 那么,有没有可能实现这一目标? Thanks, very much. 非常感谢。

According to Microsoft , Windows 8 supports BLE. 根据Microsoft的说法 ,Windows 8支持BLE。 You should be able to do this with no problem. 您应该可以毫无问题地做到这一点。 I'm guessing you will design your own GATT based protocol. 我猜您将设计自己的基于GATT的协议。 Here is a sample from Microsoft. 是Microsoft的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM