Linux.Bluetooth icon indicating copy to clipboard operation
Linux.Bluetooth copied to clipboard

[Enhancement] [vNext] Pairing with pin

Open mitotomi opened this issue 5 months ago • 4 comments

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);

mitotomi avatar Sep 03 '24 12:09 mitotomi