From 9d0d5a1b24ac39ff974e839563247ee0b3d52892 Mon Sep 17 00:00:00 2001 From: baohongde Date: Fri, 3 Jul 2020 18:46:26 +0800 Subject: [PATCH] components/bt: Increase BTU queue size --- components/bt/bluedroid/osi/include/osi/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/osi/include/osi/thread.h b/components/bt/bluedroid/osi/include/osi/thread.h index 275f85e79d..9b4e4ab22b 100644 --- a/components/bt/bluedroid/osi/include/osi/thread.h +++ b/components/bt/bluedroid/osi/include/osi/thread.h @@ -75,7 +75,7 @@ typedef enum { #define BTU_TASK_STACK_SIZE (CONFIG_BTU_TASK_STACK_SIZE + BT_TASK_EXTRA_STACK_SIZE) #define BTU_TASK_PRIO (configMAX_PRIORITIES - 5) #define BTU_TASK_NAME "btuT" -#define BTU_QUEUE_LEN 200//50 +#define BTU_QUEUE_LEN 300//50 #define BTC_TASK_PINNED_TO_CORE (TASK_PINNED_TO_CORE) #define BTC_TASK_STACK_SIZE (CONFIG_BTC_TASK_STACK_SIZE + BT_TASK_EXTRA_STACK_SIZE) //by menuconfig