I'm running an application which continously polls for data on a connected device, and I've experienced that almost all drivers I've checked will disconnect spontaneously maybe every 5 min. This is except the windows generic driver downloaded from bluetoothinstaller.com, as recommended.
E.g. I can start, load and run the btframework on a Windows 8 Pro surface tablet using the default marvell driver, but then it will disconnect after a short period of time. On the other hand, if i disable the driver, and install the windows generic driver it works great.
So I would like my application to check for the used driver, and then ask the user to change the driver...
Thanks!