mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Change the hci timeout time for wait user to confirm dhkey rsp status.
This commit is contained in:
@ -66,7 +66,7 @@ typedef struct {
|
|||||||
} hci_host_env_t;
|
} hci_host_env_t;
|
||||||
|
|
||||||
// Using a define here, because it can be stringified for the property lookup
|
// 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
|
// Our interface
|
||||||
static bool interface_created;
|
static bool interface_created;
|
||||||
|
Reference in New Issue
Block a user