Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their own BLE observer each but the authentication module (with higher priority) should be able to stop the execution of the following. Any way to achieve this?