STEVAL-STLKT01V1: Multiple BLE servers connected to client
Hello,
in our application, we are using STEVAL-STLKT01V1 boards.
The scenario is made with some of these boards working as server, collecting data from external devices. These servers should connect to an STEVAL-STLKT01V1 working as client and connected to a PC with USB. This client must transfer received data from servers to PC by using the standard USB VCOM driver.
I ported the BLE Chat application from BlueNRG DK 2.0.2 to STEVAL-STLKT01V1 and now I'm able to transfer data between client and server.
Now I need to expand the existing code for supporting multiple servers, but I'm facing some difficulties. After some researches in the community, I found the existence of BLE_p2pRouter but, from the code that I have found at GITHUB, it does not seem to be possible to port it to STEVAL-STLKT01V1. Is there an example or some guidelines for implementing multiple connection?
Sincerely.
