operate two bluetooth radios on the same windows 10 pc

I'm trying to do some automated testing of a bluetooth software library on windows, and would like to install two usb-dongle radios so that I can do a local loopback test. However, it seems that when I plug

2 dongles into 1 pc, OR
1 dongle into a pc with a built-in radio

I get

This device cannot start. (Code 10)

in the device manager. I've verified that the dongles work as expected when plugged into pc's without any bluetooth radio already installed.

Is it a known limitation of windows 10 that you can only have a single local radio, or am I doing something wrong?

3

3 Answers

In our company where we develop software, we experimented with 2 adapters as well. One would be onboard, and other USB. We have found out that it is impossible to run 2 adapters at the same time. Windows will disable one (exclamation mark in Device Manager) and state Code 10 "Device cannot start".

It's either the USB dongle, or the onboard adapter, depending on if you boot with the USB dongle inserted or not.

From Microsoft: 2 radios in one system is not possible (without VM hardware redirection):

Limitations based on drivers, versions, etc. Windows will only load drivers for the first radio and error 10 any others.

1

The error code you are getting means that Windows has not managed to start up the device driver.

Most probably Windows is using its generic device driver, which cannot pilot your device.

I suggest to install and download the driver for the Trendnet TBW-106UB, foundhere.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like