I have studied uart source code. github.com/.../Android-nRF-Toolbox And I get confused about the action of reconnection.
AutoConnect flag says It will look up "white list" and establish the connection when device is available. The "white list". Does it means that we need "create bond" of device when at connection established, or only just requirement of connection established before?
Thank you very much : )