简体   繁体   中英

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.

  1. As I get, in the iOS platform, I can use the CoreBluetooth and the iOS device act as the peripheral device. This won't be a question.
  2. However, at the windows platform, I would like to using the WPF to implement the software. But I can't find the api and something else that can be used.

So, is there any possible to implement this? Thanks, very much.

According to Microsoft , Windows 8 supports BLE. You should be able to do this with no problem. I'm guessing you will design your own GATT based protocol. Here is a sample from Microsoft.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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