I have an app in C# that uses SharpDX to handle a Xbox one controller via USB.
I want the app take advantage of the Xbox one controller Bluetooth capabilities, but I can't communicate with it.
How can I access the xbox one controller via bluetooth with C#?
I hope someone can guide me on the right path. I don't have any experience accessing Bluetooth devices with C#.