Change the hci timeout time for wait user to confirm dhkey rsp status.

This commit is contained in:
gengyuchao
2020-07-07 22:24:07 +08:00
committed by maojianxin
parent 69aa2121cc
commit 5a522a8029

View File

@ -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;