No path specified for UNIX transport #437
longlong9568
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
var devices = await Bluetooth.ScanForDevicesAsync();
foreach (var device in devices)
{
Console.WriteLine($"Device: {device.Name}, Address: {device.Id}");
}
hi ,How do I handle this error when using Netcore 8.0? No path specified for UNIX transport
Beta Was this translation helpful? Give feedback.
All reactions