Android Question BleManager2.Connect2 ... AUTOCONNECT=DISSABLING ... sometimes not connect device

scsjc

Well-Known Member
Licensed User
Longtime User
i use on BleManager2, to connect multiple devices.

BleManager2.Connect2(Id, false) 'disabling auto connect can make the connection quicker
I observed that if I use the AUTOCONNECT=FALSE faster but sometimes it does not connect to devices.
Finally I have activated AUTOCONNECT=TRUE, it takes longer but it always connects to devices.

Is there a way to use the AUTOCONNECT=FALSE option and ensure they connect?
Thanks :)
 
Last edited:
Top