v3.2.0 BthPS3 Bluetooth Drivers changelog
This project was only possible thanks to the investment of many years of learning, research, and dedication. You're receiving this work for free. If it has brought you joy, consider giving back and spending a few coins ❤️
✨ Highlights
This release focuses primarily on diagnostics, troubleshooting and small usability improvements.
- 🧭 Improved ETW diagnostics for Bluetooth connections, PSM patching and filter behavior.
- 🔗 Added correlatable tracing events, making it easier to follow a single Bluetooth connection across multiple driver components.
- 🛠️ Improved troubleshooting data for remote connection handling and Bluetooth PSM modification.
- 📝 Cleaner diagnostic logging, reducing unnecessary warning noise for expected idle-setting behavior.
- 🖥️ Fixed installer text layout so the BTHX installation-method description displays correctly without clipping.
Overall, this update makes BthPS3 considerably easier to diagnose and troubleshoot, especially when investigating Bluetooth connection or compatibility issues.
What's Changed
- Wrap the install-method description so the BTHX line no longer clips. by @nefarius in #175
- diag: add structured PSM patch and remote-connect ETW events by @nefarius in #177
- Log the expected idle-settings skip as informational. by @nefarius in #178
- Add correlatable ETW events for connect, PSM, and filter diagnostics. by @nefarius in #179
Full Changelog: setup-v3.0.0-r6...setup-v3.2.0