Thanks for the promising looking MAUI Bluetooth LE sample. I compiled and published it without issue but unfortunately it crashes immediately when executing the following line:
var device = await Bluetooth.RequestDeviceAsync(new RequestDeviceOptions { AcceptAllDevices = true });
Is there anything I can try to fix this please?
Thanks!
Thanks for the promising looking MAUI Bluetooth LE sample. I compiled and published it without issue but unfortunately it crashes immediately when executing the following line:
var device = await Bluetooth.RequestDeviceAsync(new RequestDeviceOptions { AcceptAllDevices = true });
Is there anything I can try to fix this please?
Thanks!