Broadcom bluetooth driver for Windows 7 on MacBook Pro

Solution 1:

I've found that installing the Acer Broadcom Bluetooth driver on the following web page works for a late 2010 15" MacBook Pro running Windows 7 Home Premium 64-bit under BootCamp:

http://www.downloadatoz.com/driver/articles/free-download-acer-aspire-as5740-laptop-driver.html

Before installing the driver the laptop would detect the Bluetooth device (Creative D200 speakers) but not be able to pair due to lack of a driver, which it then searched for but could not download. After installation the speakers work fine. They use the A2DP high quality BlueTooth audio codec.

Solution 2:

Apparently what it tries to find is the bluetooth receiver itself, not the device that connect to it (e.g. headset, mouse etc.). I have no idea why it didn't work with built-in device that is somewhere inside my laptop, but it did with another external bluetooth usb thumb. Once I have plugged it in, the installer has recognized it and installed drivers. Apparently same drivers worked for my built-in bluetooth, so i just unplugged usb thumb and since then it works for me. Hope this will be useful for someone.

Solution 3:

As @bagasas notes, just install the Broadcom drivers and everything seems to fix itself: driver download link

The above link is now dead. Try the Broadcom downloads section https://www.broadcom.com/support/download-search?pg=Wireless+Embedded+Solutions+and+RF+Components&pf=Bluetooth+SoCs&pn=&pa=&po=&dk=&pl=

Solution 4:

This was driving me nuts. I put in a larger SSD today going from a 120GB to a 240GB and blew away my Windows partition to make the process easier to expand OS X, etc. After installing Windows again, the only thing in Device Manager that wouldn't load was the Bluetooth USB Host Controller. Tried every package in Bootcamp for version 4.0.4033 and 5.0.5033 and no luck.

Finally I came across this site: Solution: How to get Bluetooth to work in Parallels 7.

  1. Basically, right-click the device in Device Manager, go to Properties, select Details tab, choose Hardware Ids from Property drop down. Copy the shortest value. (For illustration, he reports that his was USB\VID_05AC&PID_8218.)

  2. Find your bootcamp drivers and under bootcamp/drivers/apple/x64 copy AppleBluetoothInstaller64 to a folder on your desktop and unzip it. I use WinRAR to extract to the same folder.

  3. Find the files that got extracted/unzipped and, using Notepad, edit the file called AppleBT64.inf.

  4. Look for the following lines:

    ; for Windows 7 only
    [Apple.NTamd64.6.1]
    ; No action
    ; OS will load in-box driver.
    

    Get rid of the last two lines, i.e., the following:

    ; No action
    ; OS will load in-box driver.
    

    And add this line (paste your value you got earlier in place of USB\VID_05ac&PID_8218):

    Apple Built-in Bluetooth=AppleBt, USB\VID_05ac&PID_8218
    

    So in the end it should look like the following:

    ; for Windows 7 only
    [Apple.NTamd64.6.1]
    Apple Built-in Bluetooth=AppleBt, USB\VID_05ac&PID_8218
    
  5. Save the changes.

  6. Select Update the driver for the Bluetooth device in Device Manager and point it to the folder with the extracted/unzipped files and it should install the Bluetooth drivers then.

Updated: Just found this link as well that does the same thing: http://kb.parallels.com/en/113274