clemens-
clemens-
I would also like to have a solution here. And there is already platform-specific code in this library anyway. Ideally, you could argue that you don't want platform-specific **workflows** instead...
I circumvented this problem by connecting to the device and then waiting until the device shows up in the paired devices list. This means only one pairing request will be...
@mrpurpleknight the trick is to start connecting so that a pairing request is triggered, but then periodically check if it has been accepted. I added some more comments here: ```java...
@RashkaDahir I found a workaround: I just limit the maximum height of my data to a suitable value. This works until it does not and is probably not the best...