Hello all,
How does the handling of ble events work with SDK 15.1?
When I register more than one event handler with the macro NRF_SDH_BLE_OBSERVER(), how does the softdevice know which event handler should be called when an event occurs? Are alle event handlers called each time an event occurs?
Example:
In the NUS central example there are four different instances (NUS, GATT, DB_DISCOVERY and SCAN) which register ble events. How does the softdevice know when to call which event handler?
Thank you in advance,
Greentooth