Releases: nefarius/BthPS3
BthPS3 Bluetooth Drivers v1.3.108
v1.3.108 (setup-v1.3.108) BthPS3 changelog
This project was only possible with the investment of many years of learning, research and dedication. You're receiving this work for free, if it brought you joy, consider giving back and spend a few coins ❤️
How to install
Simply download the setup below and click through it. Done!
If you want to run it silently, invoke the setup with the /qn
argument to suppress any user interaction.
If you need to troubleshoot the installation, add /L*V .\install.log
arguments to generate a detailed log file.
Bugfixes
- Fixed crash on disconnect when Driver Verifier is active (use of improper lock primitive)
- Fixed reported device power capabilities to support system sleep
- Refined error handling of configuration tool if radio or filter driver isn't present
Features
- Added unified device properties to expose:
- Device MAC address
- Host MAC address
- Product name
- Manufacturer name
- Last connection timestamp
- Vendor ID
- Product ID
BthPS3 Bluetooth Drivers v1.3.72
v1.3.72 (setup-v1.3.72) BthPS3 changelog
This project was only possible with the investment of many years of learning, research and dedication. You're receiving this work for free, if it brought you joy, consider giving back and spend a few coins ❤️
How to install
Simply download the setup below and click through it. Done!
If you want to run it silently, invoke the setup with the /qn
argument to suppress any user interaction.
If you need to troubleshoot the installation, add /L*V .\install.log
arguments to generate a detailed log file.
Remarks
- The setup has been redesigned with Windows Installer XML
- Setup now refuses to run and displays error message if no working Bluetooth radio was detected
- Setup will prompt you for removal of outdated drivers, if found
Bugfixes
- Fixed dangling connection object memory on failed connections
- New setup removes driver copies from driver store on uninstall
- Filter driver now loaded on system start
- Added reboot hint to setup to circumvent
Object name not found
error on enumerator
Features
- Added driver configuration tool (available as start menu shortcut)
- Requires .NET Framework 4.6 (already included with Windows 10)
BthPS3 Bluetooth Drivers v1.3.65
v1.3.65 (setup-v1.3.65) BthPS3 changelog
How to install
Simply download the setup below and click through it. Done!
If you want to run it silently, invoke the setup with the /qn
argument to suppress any user interaction.
If you need to troubleshoot the installation, add /L*V .\install.log
arguments to generate a detailed log file.
Remarks
- You need to manually uninstall any previous version prior to this release! Failing to do so may cause unaccounted side-effects
- The setup has been redesigned with Windows Installer XML
- Setup now refuses to run and displays error message if no working Bluetooth radio was detected
Bugfixes
- Fixed dangling connection object memory on failed connections
- Replaced spin locks with fast mutex kernel primitives
- New setup removes driver copies from driver store on uninstall
- Filter driver now loaded on system start
- Added reboot hint to setup to circumvent
Object name not found
error on enumerator
Features
- Added driver configuration tool (available as start menu shortcut)
- Requires .NET Framework 4.6 (already included with Windows 10)
BthPS3 Bluetooth Drivers v1.2.4
v1.1.4 (setup-v1.2.4) BthPS3 changelog
- Restored support for Bluetooth 2.0 + EDR host radios
BthPS3 Bluetooth Drivers v1.2.3
v1.1.3 (setup-v1.2.3) BthPS3 changelog
- Fixed incorrect use of executable non-pageable memory which can trigger a bug check when Code Integrity is enforced
- Fixed issue where disabling RAW mode wouldn't boot the PDO at all
- Fixed incorrect assignment of MTU configuration values
- Fixed a couple of incorrect trace flags
- Fixed waiting at DISPATCH_LEVEL with a timeout different than zero, causing a bug check
- Profile driver now refuses to load if attached to a host radio with unsupported firmware version
- Motion device support disabled by default. This option needs to be turned off to not break compatibility with the PSMoveService project
- Wireless device support disabled by default. This option needs to be turned off to not break compatibility with the DS4Windows project
BthPS3 Bluetooth Drivers v1.1.1
Summary
- Includes version
1.0.0.0
drivers - Production signed for Windows 10 (x64, x86)
- Includes auto-updater
- Optionally opens post-setup instructions page
Initial release
Notes
- Production signed for Windows 10 (x64 and x86)
- Doesn't include auto-updater