Question
STM32WB P2P Server/Client Reducing Reconnection Time
Hi,
I am currently using the P2P Server/Client example as a base for one of my projects. The server is constantly sleeping, waking up and reconnecting. After connecting the Services & Characteristics have to be rediscovered and notification re-enabled before data can be sent. This is taking a few seconds and is causing data to be lost. What steps can I take to reduce the time for the connection to reestablished?
Thanks,
Daniel