2

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.

T-tssxuan
  • 83
  • 4
  • what software and api are you implementing? I'm not really sure what the question is... – CJK May 04 '15 at 17:19
  • A iOS app which control the PPT in the windows PC. I have implemented it by LAN, but it also need to implement by bluetooth. – T-tssxuan May 05 '15 at 01:04

1 Answers1

0

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.

Dylan
  • 530
  • 2
  • 11