Monkey.BluetoothLE
Monkey.BluetoothLE copied to clipboard
Pass in a valid device when the device is already connected
Device tmpDevice = ConnectAsync(device);
tmpDevice will be null when it is already connected. I think it makes the calling logic makes more sense if the device is already connected, we return the given device.