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

Commit 13204ad2 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

hci: Reduce HCI timeout to 2 seconds am: 229e5d55 am: 98f9eecb

am: d4b9ccc4

Change-Id: I222c5b87fa49226eb52d4e25457c3132952d98a2
parents c34df096 d4b9ccc4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ typedef struct {
#define DEFAULT_STARTUP_TIMEOUT_MS 8000
#define STRING_VALUE_OF(x) #x

static const uint32_t COMMAND_PENDING_TIMEOUT_MS = 8000;
// Abort if there is no response to an HCI command within two seconds.
static const uint32_t COMMAND_PENDING_TIMEOUT_MS = 2000;

// Our interface
static bool interface_created;