From 5a522a802912c48a215b8ede5df88e9ba0042a75 Mon Sep 17 00:00:00 2001 From: gengyuchao Date: Tue, 7 Jul 2020 22:24:07 +0800 Subject: [PATCH] Change the hci timeout time for wait user to confirm dhkey rsp status. --- components/bt/bluedroid/hci/hci_layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/hci/hci_layer.c b/components/bt/bluedroid/hci/hci_layer.c index 4b96ec9ebf..d6a1d9c84c 100644 --- a/components/bt/bluedroid/hci/hci_layer.c +++ b/components/bt/bluedroid/hci/hci_layer.c @@ -66,7 +66,7 @@ typedef struct { } hci_host_env_t; // Using a define here, because it can be stringified for the property lookup -static const uint32_t COMMAND_PENDING_TIMEOUT = 8000; +static const uint32_t COMMAND_PENDING_TIMEOUT = 35000; // Our interface static bool interface_created;