I have a project which need to connect the windows PC and iOS device with bluetooth.
- 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.
- 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.