Why is ble_rx_thread priority cooperative?

ble_rx_thread(SystemWrokq or recv_workq_bt) is cooperative priorities thread in nrf connect SDK

I want to know why.

Also, can I change the priority of the thread to preemption?
(I want to perform device driver processing with a higher priority thread)

Can it be solved by specifying BT_RECV_BLOCKING?

Parents Reply Children
Related