From 4d9778e208980795abf4005a5149e1220ed51a55 Mon Sep 17 00:00:00 2001 From: island Date: Wed, 5 Apr 2017 21:42:12 +0800 Subject: [PATCH] bt component: increase BTC task queue number --- components/bt/bluedroid/osi/include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/osi/include/thread.h b/components/bt/bluedroid/osi/include/thread.h index e88896d848..0fed1bb61c 100644 --- a/components/bt/bluedroid/osi/include/thread.h +++ b/components/bt/bluedroid/osi/include/thread.h @@ -63,7 +63,7 @@ enum { #define BTC_TASK_STACK_SIZE (CONFIG_BTC_TASK_STACK_SIZE + BT_TASK_EXTRA_STACK_SIZE) //by menuconfig #define BTC_TASK_NAME "btcT" #define BTC_TASK_PRIO (configMAX_PRIORITIES - 5) -#define BTC_TASK_QUEUE_NUM 20 +#define BTC_TASK_QUEUE_NUM 60 void btu_task_post(uint32_t sig); void hci_host_task_post(void);