Hi,
Our system was working fine under Windows 8.1, but now we have upgraded we are having connection issues.
Our nrf device uses no security, and Windows 10 tries to constantly connect to our device when bluetooth is on.
I am using Softdevice 110 and SDK 12.3.0.
What happens is I get the following connection states:
- BLE_GAP_EVT_CONNECTED (setting connection handle to zero)
- BLE_GAP_EVT_SEC_INFO_REQUEST (encryption key is null)
- BLE_GAP_EVT_DISCONNECTED (setting connection handle invalid)
This process continually happens, so when I view the connection on Bluetooth LE Explorer,
it shows Connected: False/True alternating
Can anyone help?
Much appreciated.