How to enumerate BT+BTLE devices using either windows api or free library
I need a method that can enumerate paired devices on Bluetooth in windows using .Net Core 3.1.
There is a distinct lack of packages and solutions as everyone is IoT crazy and most solutions are BTLE only.
If anyone has a library or the methodology of a solution as all the libraries I am used to using are no longer included in .net core 3.
I have tried: 32feet, MvvmCross + library (droid and ios only) and a bunch of others with no progress.
Source: StackOverflow