I am using nrf52832_xxaa and I'm porting my device from SDK11 to 14.
#define APP_SOC_OBSERVER_PRIO 1 /// Applications' SoC observer priority.
#define APP_BLE_OBSERVER_PRIO 3 /// Application's BLE observer priority.
I have found the above code in one of the examples.
Can you please let me know the significance of the observer priorities.