ble.net icon indicating copy to clipboard operation
ble.net copied to clipboard

The name 'ble' does not in the current context

Open orcunor opened this issue 3 years ago • 0 comments

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

orcunor avatar May 26 '21 13:05 orcunor