You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this library to connect my application to devices. My devices have pin required for connection.
It would be great if we could have one more overload of method Pair on device that takes pin code in string and does the pairing.
var device = await adapter.GetDeviceAsync(address);
bool result = await device.PairAsync(pincode);
The text was updated successfully, but these errors were encountered:
I use this library to connect my application to devices. My devices have pin required for connection.
It would be great if we could have one more overload of method Pair on device that takes pin code in string and does the pairing.
var device = await adapter.GetDeviceAsync(address);
bool result = await device.PairAsync(pincode);
The text was updated successfully, but these errors were encountered: