Closed andyTSL closed 8 years ago
1) Format of data returned by DeviceInformation.FindAllAsync has changed (BT address) and friendly-name look up is returning "Bluetooth Serial Port".
2) LINQ call needs to be FirstOrDefault rather than First to prevent exception.
Fixed in release 0.9.4
1) Format of data returned by DeviceInformation.FindAllAsync has changed (BT address) and friendly-name look up is returning "Bluetooth Serial Port".
2) LINQ call needs to be FirstOrDefault rather than First to prevent exception.