Replies: 1 comment 2 replies
-
I think this might be possible by using this NuGet package - https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts/10.0.26100.4188, but we don't currently have this functionality built-in. Let me know if it will be possible to get things working this way |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I access bluetooth features on Windows using the net9.0-desktop? I tried to use the Windows native bluetooth with no success. Is it possible? I found this in the documentation:
"The support for Windows.Devices.Bluetooth is not available at this point, but some of the BluetoothDevice methods (getting device selectors) are implemented."
Btw Ble works well with net9.0-windows.
Beta Was this translation helpful? Give feedback.
All reactions