Csr Bluetooth Driver Win7 X64 8,9/10 5784 votes
3,259 downloads·Added on: October 9, 2016·Manufacturer: CSR

Are you looking for CSR Bluetooth Driver Windows 7,Windows 8,Windows 8.1 for a 64bit system? Here we also Provide the link to Download CSR Bluetooth Driver. CSR Bluetooth Driver Version 1.0.0.376 for Windows 7 x64 (64-bit) / Windows Vista x64 (64-bit) / Windows Server 2008 x64 (64-bit) - Komeil Bahmanpour Download Center Tweet Komeil Bahmanpour.

The package provides the installation files for Cambridge Silicon Radio Bluetooth Filter Driver version 1.0.0.370.
If the driver is already installed on your system, updating (overwrite-installing) may fix various issues, add new functions, or just upgrade to the available version. Take into consideration that is not recommended to install the driver on Operating Systems other than stated ones.

To install this package please do the following:

WindowsCsr

- Save the downloadable package on an accessible location (such as your desktop).
- Unzip the file and enter the newly-created directory.
- Locate and double-click on the available setup file.
- Allow Windows to run the file (if necessary).
- Read EULA (End User License Agreement) and agree to proceed with the installation process.
- Follow the on-screen instructions.
- Close the wizard and perform a system reboot to allow changes to take effect.n

About Bluetooth Driver:

Installing the system’s Bluetooth driver will allow it to connect with various devices such as mobile phones, tablets, headsets, gaming controllers, and more. However, this wireless technology is recommended to be used for transferring data between compatible devices within short ranges.
A newer version can include support for later technology standards or add compatibility with other Bluetooth chipsets; however, bear in mind that updating the driver might not improve your system at all.
When it comes to applying the driver, the method is obvious and the steps quite easy: simply extract the compressed package (if necessary), run the setup, and follow the given instructions for a complete installation.
That being said, if you intend to apply this release, make sure the package is compatible with your system’s OS and Bluetooth chip, hit the download button, and enable this technology on your device. Moreover, don’t forget to regularly check with our website so that you don’t miss any updates.

COMPATIBLE WITH:
Windows XP 64 bit
Windows Vista 64 bit
Windows 7 64 bit
file size:
14 KB
filename:
csr-bthfilt-1.0.0.370-x64.7z
CATEGORY:
Bluetooth

It is highly recommended to always use the most recent driver version available.
Try to set a system restore point before installing a device driver. This will help if you installed an incorrect or mismatched driver.
Problems can arise when your hardware device is too old or not supported any longer.

Device

I have a notebook with an inbuilt Broadcom BCM2046 bluetooth adapter and several bluetooth HID-devices (mice, keyboards etc.) The operating system is Windows 7 64 bit Professional.

The HID-devices all work perfectly with other computers, but on the system mentionend above, problems with some power-saving features inside the HID-devices occur (see eg. Amazon reviews for Microsoft Mobile Keyboard 6000 not waking up).

I have tried the bluetooth drivers supplied by Windows update and the latest Broadcom drivers directly from the Broadcom updater software. The problems persist (I can rule out any further configuration issues or alternative device drivers, I have tried every possibility).

I have tried a trial version of the BlueSoleil Bluetooth stack and it solved the wake-up problem. However the BlueSoleil stack causes some other problems, is relatively expensive and I would prefer not to use it.

My question:are there any other alternative bluetooth stacks availible for Windows 7 64bit?

To my knowledge there used to be Toshiba Bluetooth stack for non-Toshiba hardware, but the older versions I have found on the internet do not install, they do not seem to recognize the bluetooth hardware when installing the driver.

MartinMartin
7651 gold badge8 silver badges28 bronze badges

3 Answers

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.

MartinMartin
7651 gold badge8 silver badges28 bronze badges

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.

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: USBVID_AAAA&PID_BBBB. This is your device id
  • First, go get toshiba stack drivers here (or here)
  • 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)ToshibaBluetooth Toshiba StackDriverstosrfusb

    for 64-bit windows

    C:Program FilesToshibaBluetooth Toshiba StackDriverstosrfusb

    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

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

    League of legends pvp kernel has stopped working. %TosrfUsb.DeviceDesc1%=TosrfUsb_Device, USBVID_08EA&PID_abba

    Second

    [Standard.NTamd64]

    ; DisplayName Section DeviceId

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

    %TosrfUsb.DeviceDesc1%=TosrfUsb_Device, USBVID_08EA&PID_abba

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

    MyBluetoothDevice=TosrfUsb_Device, USBVID_????&PID_????

  • Replace USBVID_????&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!
Community
Sanya_ZolSanya_Zol

Cambridge Silicon Radio Bluetooth Driver Windows 7 X64

Here are my findings after dealing with the same issue with my Lenovo laptop:

  • The Windows Bluetooth drivers (Broadcom) just do not work.
  • I have tried the Toshiba blue stack drivers and they workbut have issues and are very old.
  • Blue soliel drivers work but are too expensive.

    TL;DR

  • In the end I am using the CSRHarmoney driversthat came with my Bluemate4 USB Bluetooth dongle, and they work fine.

Csr Bluetooth Driver Windows 10

Scott
17k11 gold badges44 silver badges91 bronze badges
twitch.tv Alginnontwitch.tv Alginnon

Not the answer you're looking for? Browse other questions tagged windows-764-bitbluetoothbroadcomhid or ask your own question.