In the only example in SDK16.0.0 with soft_device and FreeRTOS, configMAX_PRIORITIES is set to 3, which means available priorities 0,1 and 2.
Is it possible to change configMAX_PRIORITIES to value more than 3 and if so what else other than softdevice_task priority have to be changed accordingly?
Thanks