Loading system/doc/properties.md +5 −1 Original line number Diff line number Diff line Loading @@ -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 ``` Loading system/hci/src/hci_layer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
system/doc/properties.md +5 −1 Original line number Diff line number Diff line Loading @@ -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 ``` Loading
system/hci/src/hci_layer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading