Monkey.BluetoothLE icon indicating copy to clipboard operation
Monkey.BluetoothLE copied to clipboard

Pass in a valid device when the device is already connected

Open smoy opened this issue 10 years ago • 0 comments

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.

smoy avatar Jul 16 '15 23:07 smoy