Hello
I am developing a device that uses BLE.
User will connect bluetooth directly the first time they launch a custom app, and they will try to connect automatically the next time they run it. (until the user manually disconnects the Bluetooth.)
(Apps are outsourced to others.)
I am making code based on the ble_app_uart of SDK v17.
What does the firmware need to do for this feature? Are most of the functions made separately by the app?
I still don't know much about Bluetooth communication. I would appreciate it if you could tell me more about this feature.
Thank you in advance for your help.