Alternative Bluetooth Stacks for Windows 7 64bit

Here is what I finally did to solve the problem: I did not find any other bluetooth stack, besides the ones mentionend in the first post. I then kept on experimenting with the Microsoft and the Widcomm stack, until I broke my registry. I made a mistake a long the way, but it still seems to be a reasonable way to go: how to remove bluetooth entries from registry

With the basic functionality broken, I had another look at the BlueSoleil stack, which works well with the keyboard but has minor problems with the mouse. Unfortunately it seems no longer to be supported.

Next I took an older version of the Toshiba stack and tried it with a secondary bluetooth adapter. Things still did not work properly, but at least it installed in trial mode. Next step was to make the Toshiba stack work with my inbuilt adapter. I added the relevant vendor and product id into tosrfusb.sys and overrode the driver manually. Worked.

The good thing about the Toshiba stack is that it is very configurable. It did work with each HID device seperately, but not when multiple devices were connected at once. I then went into the advanced security configuration and tried the different combinations of server and client encryption etc. This works for me now.


As Martin mentoined, Toshiba bluetooth stack can be used with non-Toshiba hardware. Broadcomm drivers making my windows 7 unusable so I tried installing Toshiba driver. Here's the steps.

How to install Toshiba bluetooth stack for non-toshiba hardware

Warning. This "trial" will work for 30 days and will ask for licence which cannot be obtained anymore. But you can try 672f43f7901858fdc9d5ab10b2b8aa1872e2f1be

Tested: Win 7 x86, Win 7 x64

  • Go to device manager (Win+R, compmgmt.msc, Device manager)
  • Go to bluetooth adapter > Generic bluetooth device (or whatever your adapter name is. IT IS NOT "Microsoft Bluetooth Enumerator"). Right click on it > Properties
  • On a "Details" tab Select "Device id" and save the one like this: USB\VID_AAAA&PID_BBBB. This is your device id
  • First, go get toshiba stack drivers here (or here for older versions)
  • Click "Downloads", scroll down, "Accept"
  • Download appropriate version for your OS in

"PC Bluetooth Stack (= "Bluetooth software + drivers". For Toshiba Notebooks )"

  • Unzip and run exe. Install drivers normally until such dialog appears:

"Connect bluetooth device and click OK"

  • Click Cancel
  • Now go to driver folder which is

C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\Drivers\tosrfusb

for 64-bit windows

C:\Program Files\Toshiba\Bluetooth Toshiba Stack\Drivers\tosrfusb

for 32-bit windows

  • Back-up and open file "tosrfusb.inf" in notepad. You need to run notepad as admininstrator rights.
  • Find two sections, [Standard] and [Standard.NTamd64]

First

[Standard]

; DisplayName Section DeviceId

; ----------- ------- --------

%TosrfUsb.DeviceDesc1%=TosrfUsb_Device, USB\VID_08EA&PID_abba

Second

[Standard.NTamd64]

; DisplayName Section DeviceId

; ----------- ------- --------

%TosrfUsb.DeviceDesc1%=TosrfUsb_Device, USB\VID_08EA&PID_abba

  • Now, in each section, before the line "%TosrfUsb.DeviceDesc1%=TosrfUsb_Device, ..." add

MyBluetoothDevice=TosrfUsb_Device, USB\VID_????&PID_????

  • Replace USB\VID_????&PID_???? with your VID and PID values we found before
  • Go to device manager again. Find your bluetooth device, right click > Update drivers...
  • Select "Find drivers on this computer"
  • Select "Select already installed driver from list"
  • Click small "Install from disc" button
  • Copy-paste (or select) the driver folder (where tosrfusb.inf is located) or tosrfusb.inf itself. Click "OK"
  • Now you can choose our "MyBluetoothDevice1" driver! Select it, click "install anyway" if prompted with a scary red warning.
  • Finally, go to start menu > Toshiba > Bluetooth > Bluetooth settings. Drivers should install.
  • Enjoy bluetooth stack with HSP/HFP & A2DP profiles!