I'm currently using 32Phone.NET.Phone.Bluetooth in my project, and I've discovered a small error that I feel is out of my hands. Simply put, when I call this:
BluetoothDevicePicker btPicker = new BluetoothDevicePicker();
PeerInformation peerInfo = await btPicker.PickDeviceAsync();
deviceName = peerInfo.HostName;
Which pulls up a list of paired devices, however if I press the back button instead of selecting a device it crashes my app. Was wondering if there was a workaround for this? I have posted on the 32feet site, but it looks so inactivate.