diff --git a/drivers/serial/uart_bt.c b/drivers/serial/uart_bt.c index 5b51d0c6b5a..f3e3398b35a 100644 --- a/drivers/serial/uart_bt.c +++ b/drivers/serial/uart_bt.c @@ -311,6 +311,7 @@ static int uart_bt_workqueue_init(void) k_work_queue_start(&nus_work_queue, nus_work_queue_stack, K_THREAD_STACK_SIZEOF(nus_work_queue_stack), CONFIG_UART_BT_WORKQUEUE_PRIORITY, NULL); + k_thread_name_set(&nus_work_queue.thread, "uart_bt"); return 0; }