This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android BLE library - autoconnect

We have developed an Android application for a customer (Ibiza) which makes use of nRF's Android-BLE-Library (https://github.com/NordicSemiconductor/Android-BLE-Library). The app is based off the Android-nRF-Blinky app (https://github.com/NordicSemiconductor/Android-nRF-Blinky). Everything is working great so far, and our customer is happy.

One of the features in the app is that it auto-reconnects to the device when it sees it advertising. This works about 60-70% of the time. There are times where it doesn't auto-connect and the user has to manually connect.

We would like to see what could be done to increase the reliability of the Android app auto-reconnecting to the device, to make that number closer to 90-100%. Would you be able to provide any insight on this? We would appreciate support to help us understand how to get the desired functionality of reliable re-connections every time the device advertises (nrf52840, using Zephyr/NCS).

Right now it looks like the only setting we have is whether or not we enable auto connection (see diff snippet below):

Thanks in advance,

Vignesh

Parents Reply Children
No Data
Related