Hi there,
I am facing a situation where I require my BLE Peripheral runs multiple GATT servers instances or add new characteristics to my peripheral to be able to connect to a different kind of clients, don't sure yet which fit better to my development
Background: I am using a BLE Peripheral as a gateway to communicate with multiple central I used this configuration because the clients (central) are not emitting any RF until they detect a peripheral after filtering the Adv data then they connect, then I meet a new scenario where I have a different kind of client device(developed for others), which is using a different Adv filtering (not sure what they are filtering yet) and they are using their own UUID for each characteristics, then I have to be able to connect to they using my current peripheral
my questions are:
- Is possible to run multiple GATT server instances?
- if the above is true how?
nRF52832, SDK 13 and SDK 14.2
Regards
Arepa