Got to a point where i am confident how to use a single service that comes with Mbed OS or i also can create a simple custom service…
Now i just would like to use multiple services in my program logic. What is the best practice to do that?
Should multiple services share the same GattServer object/event_queue/event_handler or is it better to create own instances of these for each service?