JkPersson
Results
2
comments of
JkPersson
I am seeing the same on Android (12) and MAUI. ` IReadOnlyCollection bluetoothDeviceInfos = bluetoothClient.DiscoverDevices(); BluetoothDeviceInfo frameworkDevice = bluetoothDeviceInfos.FirstOrDefault(x => x.DeviceAddress.ToString("C") == MACAddress); if (frameworkDevice == null) { await Shell.Current.DisplayAlert("Pair",...
Also seeing the problem. We really need a solution for this as it effectively blocks our development.