Hello,
In my current project designed around nRF52840 incorporating many peripherals (limited power budget) and many central devices. Each peripheral can connect to any central device, one at a time, while each central device can have up to 5 concurrent peripherals connected. The data exchange is carried out via NUS.
At the moment I have implemented LESC with MITM. However, is there any way to not rely on peer_manager and disable bonding? I really do not care which central is connected to which peripheral so long as the data is transferred as short a time as possible.
Thanks in advance.
Best,
Habib