Dear all,
I'm using an nRF51822 chip for implementing a BLE HID device (mouse) (SDK ver. 12.3.0, SD ver. s130_2.0.1)
I have problems when connecting via BLE with laptops that have Intel 7260 adapter onboard.
Under Windows 10:
It initially pairs and reconnects ok, but after several hours, when switching nRF device power ON-OFF, it stops reconnection.
Sometimes, while working, the driver error appears, and the Intel device disappears from system.
And to recover, it only helps to restart it under Linux.
Under Linux (Ubuntu 16.04, kernel 4.15.0-62):
7260 adapter doesn't finish pairing with nRF device correctly, until I do the following cmd:
sudo hciconfig hci0 noauth
After this, it pairs and reconnects ok - but worked with big lags, mouse motion is very slow.
Any suggestions how to deal with that issue?
Regards, Eugene