Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I need to send/receive some data using Immediate alert and some using UART. The problem is I have to connect each of them individually. i.e. After connecting and using proximity if i want to transfer something via UART I have to come back to my home screen and connect UART. I need that if I connect once my app with other device I should be able to use all three of them as in nrfConnect.
Thank you.