This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

The significance of Observer priority in SDK14

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. 

Parents Reply Children
No Data
Related