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

Commit c9524fa2 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Allow collection of Bluetooth firmware dumps in bugreports (3/3)

This patch is temporary and should be removed once the bug is resolved

Bug: 63390057
Test: Force a hci timeout and collect a bugreport on walleye
Change-Id: Idab6d87c1b0540ea325fa1019ea2c9e97f3218f2
parent 76d94a48
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;