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

Commit 53ae0e0c authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Partner Code Review
Browse files

Merge "Extend Bluetooth startup timeout from 3s to 8s" into m-wireless-dev

parents 9f8f477c f4022464
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;