Hi,
I need to develop a proxy client using the Nordic SDK, running a central device role using the nRF52840. The central device will connect to already provisioned nodes using GATT (node code is derived from your light switch examples). Optionally will also act as a provisioner for these nodes, either PB-ADV or PB-GATT.
A requirement is to have several simultaneous connections with separate peripheral nodes running the proxy server service.
Is there any example of how to configure the proxy client on the central device. Or some guidelines or documentation?
NOTE: I can't just go for Mesh communication since the same peripheral nodes need to be communicating with a Smartphone (not at the same time though).