This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to connect to a Windows 8 PC

Hello,

I`ve got a working S120 peripheral BLE device with custom services and characteristics. I am able to connect and bond with iOS and Android. But I cannot connect to Windows7 / Windows8. The device will not be visible in the windows device API. I did some research with some other BLE devices (custom raspberryPI as BLE device). There I get a working connection by the windows device API.

I found this other DevZone topic regarding Windows8 connection: link text

But when I change the

m_sec_params.kdist_periph.enc = 1; m_sec_params.kdist_periph.id = 1; m_sec_params.kdist_periph.sign = 0;

parameters as suggested, I can not bond my device to Android or iOS any more...!? Do you guys have any idea? Where is my mistake?

Regards, BTprogrammer

Parents Reply Children
Related