I'm writing an application that transmits data over a mesh network of nRF52840 microcontrollers using OpenThread. I'd like the microcontrollers to prioritize sending MLE traffic over user/application data. Is there a way to set priorities for different types of network traffic? I'm using the nRF Connect SDK. Thanks!