Make Windows 10 Recognize Bluetooth Dongle as Bluetooth?

11

1

I stumbled across a six pin header on my motherboard designed for an internal Bluetooth module that uses USB protocols to communicate, and ended up making the actual cable that allowed me to place the dongle inside the laptop.

The dongle is http://auspcmarket.com.au/orico-bta-402-bluetooth-4-0-adapter

Now .Windows 10 has some neat new features for integrated Bluetooth modules, like from the action center, and special connection menus for audio devices.

Despite the fact that I'm using the specified Bluetooth module port, Windows 10 doesn't recognize it as a Bluetooth radio, just as another USB device, and I'm stuck with the installed drivers' annoying menus, and a hole in my action center:

enter image description here

enter image description here

ezra_vdj

Posted 2015-12-25T10:30:38.540

Reputation: 435

Answers

11

This is what I have discovered from experimenting over a long time - for windows GUI Bluetooth features to activate, there cannot be any other installed drivers or interfaces. For me in my case, windows didn't active the features until I had uninstalled the stock drivers (CSR Wireless Stack). Basically, Windows needs to be using the "Generic Bluetooth Radio" drivers for the features to be activated.

So for those looking to make Windows recognize their USB Bluetooth dongles, try uninstalling the drivers.

ezra_vdj

Posted 2015-12-25T10:30:38.540

Reputation: 435

1Make sure to delete the driver software too, or it won't work. – Luke Alderton – 2017-12-02T14:30:19.967

Note that uninstalling the driver software needs to be done with proper installation running. I deleted the folder and then uninstalled and it didnt work, need to get the uninstall script do it's work completely and then allow windows to detect. – George – 2019-02-04T22:11:11.107

12

I'm using a similar bluetooth dongle, from the same brand (Orico BTA-403) and Windows 10.

In my case I had to do this:

1. Turn on Bluetooth Windows Services

Open windows services (run services.msc or search for "services" on windows search).

Change the Bluetooth Handsfree Service and the Bluetooth Support Service to automatic (on properties) and start them.

2. Uninstall the bluetooth driver that comes with the device

When you connect the device, the driver gets installed automatically.

Go to Device Manager (Right click on Start Menu and choose Device Manager or Search for Device Manager).

Find your device on the list. My device was on Universal Serial Bus Devices (I think), named CSR8510 A10.

Right click, choose Uninstall and remember to choose "Delete the driver software for this device" (I tried without this and it did not work).


After that it started to work. You may need to remove the dongle and insert it again or to restart the computer after step 2, but if I recall correctly, it started to work right after step 2 for me.

Victor Wolf

Posted 2015-12-25T10:30:38.540

Reputation: 121