8 years, 11 months ago.

Pairing with windows phone Nokia 635

Has anyone been successful in pairing this example app with a windows phone Nokia 635? I see the device from the phone but pairing is never successful. Any tips on where to start debugging this?

Nokia lumina 635 OS 8.10.12400.899 Firmware 01061.00074.14391.37104

Question relating to:

/ BLE_HeartRate Featured
Heart Rate Monitor example for the BLE API using nRF51822 native mode drivers

I also have this problem...

posted by Kevin Ong 25 Aug 2015

2 Answers

8 years, 7 months ago.

I found solution today.

Add below code after ble.init();

ble.initializeSecurity();

Because Windows BLE need security....

8 years, 7 months ago.

thanks for updating us about this.