BthPS3 icon indicating copy to clipboard operation
BthPS3 copied to clipboard

Windows kernel-mode Bluetooth Profile & Filter Drivers for PS3 peripherals

Results 11 BthPS3 issues
Sort by recently updated
recently updated
newest added

Tested on v2.1.153 # This issue is currently a draft Installing or uninstalling BthPS3 (can't remember right now) causes ViGEmBus to not be detected anymore by applications looking for it....

Regression reported by @Kanuan that wireless DS4Windows mode on DsHidMini broke wit the refactoring changes. Looks like the Device ID is different, check new PDO creation code for missing instructions...

bug

@Kanuan discovered a crash caused by context memory being freed while a disconnect request is still in progress. Either use KEVENT or increase reference count to avoid unloading the PDO...

bug

Please let us know when can we have an ARM64 version for Windows on ARM OS.

enhancement
question

⚠ WIP ⚠ **Caution:** DualSense on BthPS3 is untested, this might not even do us any good without more modifications. ## Open topics ### Pairing Will it be sufficient to...

- [ ] I have searched open and closed issues for duplicates - [ ] I am submitting a bug report for existing functionality that does not work as intended...

[Vicius](https://github.com/nefarius/vicius) is now production-ready and already powers HidHide starting with version 1.5.x, add the updater binary to the repository and setup. Related to #79

enhancement

Not sure if this is actually an issue with DsHidMini of BthPS3, but regardless: (Tested with BthPS3 v2.8.320) ## How to reproduce 1. Have a controller connected wirelessly through BthPS3...

bug

Upon installation (or upgrade even) a mandatory reboot can be avoided if the setup sequence is changed to: ## Flow - Install filter driver first - Set `LowerFilters` value -...

enhancement

Should be possible nowadays to pull off all the setup tasks in C# and reduce the amount of code and helper projects required to maintain. Consider switching to [WixSharp](https://github.com/oleg-shilo/wixsharp). Already...

enhancement