Hi, I have a product working with an android app with the nordic library for a nrf51822. I'm using auto connect but I would like just before performing a DFU to change this parameter to false. Is it possible ?
Hi, I have a product working with an android app with the nordic library for a nrf51822. I'm using auto connect but I would like just before performing a DFU to change this parameter to false. Is it possible ?
Hi,
I suspect you can cancel the connection with cancelPendingConnection() - https://github.com/NordicSemiconductor/Android-BLE-Library/pull/292
Thanks for you answer. I will take look.
Thanks for you answer. I will take look.