I'm developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I'm currently using nrf52832 with SDK 16.0. I have a doubt about how the two devices should work so that I have a lower battery consumption, I will better describe the scenario so that you can give me some suggestions.
Both devices trigger sleep_mode_enter after a period of non-use. The central device has a button that, when pressed, wakes up and sends via ble_uart to the peripheral device. However, when falling asleep, the micro central loses the connection with the peripheral. Am I doing something wrong with this part or is that it? If this behavior is normal, how can I make the device when waking up to do a search for the device that was connected, I think it must be something like pairing between devices or something like that. Is there any example of this type of case within the SDK?