Hi,
I'm using nRF52-DK evaluation board, and ble_app_template_pca10040_s132 (from examples of nRF5_SDK_17.00.9d13099)
I'm designing an android smartphone as a central, nRF52-DK EV board as a peripheral
,and using "nRF Connect for Mobile" App form Nordic to connect the EV board.
What I want to do is that
if terminate nRF App and turn it back on, my EV board will automatically reconnect.
nRF Connect App already support a function "Connect with autoConnect", but
this autoConnect is executed when EV board turns off & on again.
if I terminate nRF App, I should touch "connect" button to confirm reconnection.
Is there any way to operate auto-reconnection between nRF52 & android without external confirm
, like commercial Bluetooth earphones ?
Thanks,