Open
Description
Describe the bug
When attempting to connect to a BLE device on Windows 11 it stalls out forever.
Expected behavior
peripheral.connect().await should connect or return an error but on windows 11 it does not.
Additional context
The exact same codebase runs on multiple Windows 10 laptops and fails across multiple windows 11 laptops( across multiple companies too)
I have tried updating the windows crate to version 0.46.0 (latest) and I tried pull number #269 with no luck on either device.