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

Commit f4022464 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Extend Bluetooth startup timeout from 3s to 8s

Change-Id: I0e8af541bf9c5837d92b5ccc047b3dd9d3765767
parent 71c6f7ed
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4,7 +4,11 @@ This document describes all of the Android properties used by bluedroid.

Please keep the following list in alphabetical order.

### TODO (Broadcom): write descriptions of what each property means and how
* ``` bluetooth.enable_timeout_ms ```
  Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
  Used in hci/src/hci_layer.c, default 8000.

### TODO: write descriptions of what each property means and how
it's used.

* ``` debug.sys.noschedgroups ```
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ typedef struct {
} waiting_command_t;

// Using a define here, because it can be stringified for the property lookup
#define DEFAULT_STARTUP_TIMEOUT_MS 3000
#define DEFAULT_STARTUP_TIMEOUT_MS 8000
#define STRING_VALUE_OF(x) #x

static const uint32_t EPILOG_TIMEOUT_MS = 3000;