Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8209cf8 authored by Myles Watson's avatar Myles Watson
Browse files

HCI: Restart 5 seconds after an HCI timeout

Bug: 67209266
Test: build
Change-Id: I69a4a17382742327268a80dbc5c5be49059ecb3c
(cherry picked from commit d48d32d04ae9f4d81012f2146f8e746c4a05a0f9)
Merged-In: I69a4a17382742327268a80dbc5c5be49059ecb3c
parent 66de9c1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static const int BT_HCI_RT_PRIORITY = 1;

// Abort if there is no response to an HCI command.
static const uint32_t COMMAND_PENDING_TIMEOUT_MS = 2000;
static const uint32_t COMMAND_TIMEOUT_RESTART_US = 500000;
static const uint32_t COMMAND_TIMEOUT_RESTART_US = 5000000;

// Our interface
static bool interface_created;