ble.net
ble.net copied to clipboard
The name 'ble' does not in the current context
When I write the following code, I get an error even though I have included the library in the program.
var connection = await ble.FindAndConnectToDevice( new ScanFilter().AddAdvertisedService(service), TimeSpan.FromSeconds(30) );
The name 'ble' does not in the current context