The Bluetooth headphones are failing to connect or disconnect properly.
The Bluetooth headphones are failing to connect or disconnect properly.
cpu: amd ryzen 5 3600
cpu cooler: cooler master hyper 212
mobo: msi b450 tomahawk max
ram: corsair vengeance lpx 16 gb (2x 8gb)
storage: crucial mx500
psu: evga 600 watt bronze 80+ non-modular
os: windows 10 home
wifi card: GC-WBAX210
i attempted to disable the device in airplane mode, cleared it from the registry, unregistered it via Device Manager, and used BTpair to disconnect all devices. Despite these steps, it remains present and cannot connect. I have recently swapped the Wi-Fi card to the one listed above. The headphones use Bluetooth 5.0 and the Wi-Fi card supports Bluetooth 5.2, so version compatibility isn't the problem.
It keeps showing up in the Windows settings. They only work with one device at a time. I've tried connecting, disconnecting, and unpairing some Bluetooth earbuds, but it's still fine for me to check.
i've never seen a device with this type of restriction.
do you get some type of error you can post when attempting to connect to another host, some manufacturer warning, or you just believe this to be true?
so no, you haven't tried uninstalling the add-on card to determine if it may be the source of the problem?
I will suggest a more detailed examination of the BlueTooth devices and their corresponding MAC addresses.
Reference:
https://www.addictivetips.com/windows-ti...indows-10/
You may also utilize PowerShell to retrieve this information using the following command:
"Get-ChildItem -Path HKLM:\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\ | Select-String -Pattern Bluetooth"
Source:
https://www.codegrepper.com/code-example...th+devices
From my computer:
Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.
Try the updated cross-platform PowerShell
https://aka.ms/pscore6
PS C:\Users\XXXX> Get-ChildItem -Path HKLM:\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\ | Select-String -Pattern Bluetooth
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\Bluetooth#Bluetooth74:40:bb:d5:2d
:be-00:25:db:8e:d6:64
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\Bluetooth#Bluetooth74:40:bb:d5:2d
:be-b4:9c:df:6e:05:d4
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\Bluetooth#Bluetooth74:40:bb:d5:2d
:be-b4:9c:df:70:18:4f
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\BluetoothLE#BluetoothLE74:40:bb:d
5:2d:be-68:f6:9c:22:66:b7
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\BluetoothLE#BluetoothLE74:40:bb:d
5:2d:be-86:2a:fd:9b:f9:c3
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DeviceAssociationService\State\Store\Bluetooth#
PS C:\Users\XXXX> Start mapping MAC addresses to devices...
It seems I only had to disable Bluetooth before deleting the drivers in Device Manager.