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