NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.98k stars 413 forks source link

Issue with auto connect #566

Closed talfsaverone closed 2 hours ago

talfsaverone commented 3 months ago

When using autoConnect(true) on the connect request sometimes it does not auto-connect, even though the devices are near and the OS is connected.

philips77 commented 2 months ago

Auto connect does not work with private random resolvable addresses for unbonded devices. Do you know what type of address is the device advertising with?

philips77 commented 2 hours ago

Also, since version 2.8.0 it is possible to use auto-connect from the first attempt using #575.

philips77 commented 2 hours ago

I'm closing due to long time of inactivity.