26 drivers total Last updated: Jun 10th 2017, 13:26 GMT RSS Feed
Click the Download button next to the Bluetooth driver and save the file. Using File Explorer (also known as Windows Explorer), browse to the location where the downloaded file was saved. Double-click the.exe driver installation files that you downloaded and follow the on-screen instructions to complete the installation process. Jul 23, 2017 Download Bluetooth for Windows 10 for Windows to access Bluetooth settings directly from your home screen. Bluetooth for Windows 10 has had 0 updates within the past 6 months.
sort by:
Microsoft Surface Accessory Bluetooth Driver 1.0.22.1 for Windows 10 S 64-bit
26,920downloads
Microsoft Surface Accessory Bluetooth Driver 1.0.22.1 for Windows 10 S
1,837downloads
Microsoft Surface Accessory Bluetooth Driver 1.0.22.1 for Windows 10 Anniversary Update 64-bit
1,234downloads
Microsoft Surface Accessory Bluetooth Driver 1.0.22.1 for Windows 10 Anniversary Update
495downloads
Microsoft Bluetooth Device Driver 9.9.108.0 64-bit
33,940downloads
Microsoft Bluetooth Device Driver 9.9.108.0
6,583downloads
Microsoft Bluetooth Device Driver 9.9.108.0 for Windows 10 64-bit
8,175downloads
Microsoft Bluetooth Device Driver 9.9.108.0 for Windows 10
3,518downloads
Microsoft Bluetooth Device Driver 9.8.132.0 for Windows 10 64-bit
10,164downloads
Microsoft Bluetooth Device Driver 9.8.132.0 for Windows 10
4,193downloads
Microsoft Bluetooth Device Driver 9.8.132.0 64-bit
1,725downloads
Microsoft Bluetooth Device Driver 9.8.132.0
1,017downloads
Microsoft Bluetooth Device Driver 9.5.172.0 64-bit
9,180downloads
Microsoft Bluetooth Device Driver 9.5.172.0
3,074downloads
Microsoft Bluetooth Device Driver 9.5.133.0 for Windows 8/Windows 8.1 64-bit
37,208downloads
Microsoft Bluetooth Device Driver 9.5.133.0 for Windows 8/Windows 8.1
6,056downloads
Microsoft Bluetooth Device Driver 9.4.156.0 for Windows 7/Windows 8 64-bit
16,204downloads
Microsoft Bluetooth Device Driver 9.4.156.0 for Windows 7/Windows 8
8,698downloads
Microsoft Bluetooth Device Driver 9.3.161.0 for Windows 7/Windows 8 64-bit
2,682downloads
Microsoft Bluetooth Device Driver 9.3.161.0 for Windows 7/Windows 8
2,431downloads
Microsoft Bluetooth Device Driver 9.1.496.0 for Windows 7 64-bit
11,910downloads
Install Bluetooth Driver Windows 10 Download
Microsoft Bluetooth Device Driver 9.1.496.0 for Windows 7
46,120downloads
Microsoft Bluetooth 2.1 + EDR USB Device Driver 6.2.0.2600 for Vista64/Windows 7 x64
7,013downloads
Microsoft Bluetooth 2.1 + EDR USB Device Driver 6.2.0.2600 for Vista/Windows 7
23,127downloads
Microsoft Bluetooth Device Driver 9.2.154.0 for Windows 7/Windows 8 64-bit
41,719downloads
Microsoft Bluetooth Device Driver 9.2.154.0 for Windows 7/Windows 8
68,995downloads
Important
This topic is for programmers. If you are a customer experiencing Bluetooth device installation issues see Pair a Bluetooth device in Windows
There are two installation types for Bluetooth profile drivers:
Client-side installation for remote devices where the remote device advertises its services and the computer connects to it. Examples include: mouse devices, keyboards, and printers.
Server-side installation where the computer advertises services and remote devices can connect to the computer to use those services. For example, a vendor could author a server-side installation to enable a PDA to print to a printer attached to the computer.
These two installation types require different installation procedures.
Installing a Client-side Profile Driver
A user that wants to use a Bluetooth-enabled device will bring the device within range of the computer and initiate a connection from the computer to the remote device using the following installation sequence for a client-side profile driver.
Launch Bluetooth Devices in Control Panel to find all devices within range of the computer.
Select the device to pair with.
Pair (or bond) the device with the local radio. This may or may not involve a PIN exchange.
The local radio issues an SDP inquiry to identify the services supported on the remote device.
The Found New Hardware Wizard searches for appropriate drivers on the local hard disk drive, and/or on Windows Update.
If the Found New Hardware Wizard does not find an appropriate driver for the device, it prompts the user to insert the profile driver installation media that contains the profile driver's device setup information file (INF file).
Installing a Server-side Profile Driver
The Bluetooth driver stack supports service GUIDs as defined by the Bluetooth SIG, as well as custom GUIDs (that is, GUIDs that are not defined by the Bluetooth SIG).
Note
The Guidgen.exe tool provided with the Microsoft Windows SDK can be used to create custom GUIDs.
A user-mode installation application must be written to expose computer functionality that remote Bluetooth devices can use.
The installation application must communicate with the Bluetooth driver stack to create a service GUID for the functionality to expose. Vendors specify the service GUID in the application and in their device installation INF file.
The installation application must call the user-mode API BluetoothSetLocalServiceInfo. Before the application can call this API the application must have the SE_LOAD_DRIVER_NAME security privilege. The following code example demonstrates how to obtain this privilege. Note that the example does not demonstrate error handling.
Profile Driver INF file
A profile driver's INF file contains information about a Bluetooth device for client-side installation. For a server-side installation, the INF file specifies a device ID that corresponds to the service GUID created by the installation application. All Bluetooth devices are members of the Bluetooth class. The Bluetooth class installer (Bthci.dll) assists in installing profile drivers.
For more information about creating and distributing INF files and installing drivers, see Creating an INF File and INF File Sections and Directives.
Plug and Play IDs
The Bluetooth driver stack generates hardware IDs according to the following templates:
BTHENUM{ ServiceGUID}_VID& nnnnnnnn
BTHENUM{ ServiceGUID}_VID& nnnnnnnn_PID& nnnn
BTHENUM{ ServiceGUID}_LOCALMFG& nnnn
The Bluetooth driver stack generates compatible IDs according to the following template:
- BTHENUM{ ServiceGUID}
ServiceGUID is a 16-bit GUID expanded into a 128-bit GUID, as defined by the Bluetooth specification. For example, {00001124-0000-1000-8000-00805F9B34FB} corresponds to an HID device.
The 8 digits following VID& correspond to the vendor ID code.
The 4 digits following PID& correspond to the product ID code.
The 4 digits following LOCALMFG& correspond to the manufacturer of the local Bluetooth radio.
The VID/PID and LOCALMFG tags are independent of each other.
The most generic device ID is a ServiceGUID by itself. For example:
Install Bluetooth Driver Windows 10 Free Download
BTHENUM{00001124-0000-1000-8000-00805F9B34FB}
The Bluetooth driver stack can be restricted to load your profile driver and software to run only on a specific release of a remote device by using Plug and Play IDs in both the remote device and the INF file. Note that the Bluetooth driver stack generates a VID/PID pair only if the device publishes a Plug and Play ID that the stack can detect using SDP. For example:
BTHENUM{00001124-0000-1000-8000-00805F9B34FB}_VID& nnnnnnnn_PID& nnnn
The Bluetooth driver stack can be restricted to load profile driver and software to run only on a specific local Bluetooth radio by specifying the LOCALMFG tag in the device ID in your INF file. For example:
BTHENUM{00001124-0000-1000-8000-00805F9B34FB}_LOCALMFG& nnnn