I’m creating a web application with ASP:NET core using .net8, this application must control bluetooth cross system, but i have problems with bluetooth libraries.
For linux im using Linux.bluetooth and i don’t have any issue, but for windows or mac i don’t know what use. I have tried using Windows.Device.Bluetooth, but it give me error NETSDK1130, after i tried to use a package for maui plugin.ble but, because is not for asp.net don’t function. How can i continue? I’m sercing or an alternative way to implement bluetooth to an web app or a library for using it with the one i created.