summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2011-09-07 23:43:07 -0700
committerMatthew Xie <mattx@google.com>2011-09-08 15:02:31 -0700
commit03e581f736c926895efa8950f1c662e24774d882 (patch)
treef66fad66f851b7293f18fa66ccea71228558f28b
parent594b77a493c44186af3d6f6a6bc7b30babcb2896 (diff)
downloadbluetooth-03e581f736c926895efa8950f1c662e24774d882.tar.gz
Change RememberPowered to false
Change RememberPowered to false so that the power event is powerup after Bluez starts so that the adapter state machine can recover bluez crash easier. bug 5239719 Change-Id: I4b5b208ee89b4d072192f4b59003e76e22ed2d10
-rw-r--r--data/main.conf2
-rw-r--r--data/main.le.conf2
-rw-r--r--data/main.nonsmartphone.conf2
-rw-r--r--data/main.nonsmartphone.le.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/data/main.conf b/data/main.conf
index cf529a4..0b3bdb7 100644
--- a/data/main.conf
+++ b/data/main.conf
@@ -42,7 +42,7 @@ DiscoverSchedulerInterval = 0
InitiallyPowered = true
# Remember the previously stored Powered state when initializing adapters
-RememberPowered = true
+RememberPowered = false
# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.
diff --git a/data/main.le.conf b/data/main.le.conf
index ad2cce6..772a344 100644
--- a/data/main.le.conf
+++ b/data/main.le.conf
@@ -42,7 +42,7 @@ DiscoverSchedulerInterval = 0
InitiallyPowered = true
# Remember the previously stored Powered state when initializing adapters
-RememberPowered = true
+RememberPowered = false
# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.
diff --git a/data/main.nonsmartphone.conf b/data/main.nonsmartphone.conf
index c73bbd8..5641897 100644
--- a/data/main.nonsmartphone.conf
+++ b/data/main.nonsmartphone.conf
@@ -42,7 +42,7 @@ DiscoverSchedulerInterval = 0
InitiallyPowered = true
# Remember the previously stored Powered state when initializing adapters
-RememberPowered = true
+RememberPowered = false
# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.
diff --git a/data/main.nonsmartphone.le.conf b/data/main.nonsmartphone.le.conf
index fe56d0b..ac13cf5 100644
--- a/data/main.nonsmartphone.le.conf
+++ b/data/main.nonsmartphone.le.conf
@@ -42,7 +42,7 @@ DiscoverSchedulerInterval = 0
InitiallyPowered = true
# Remember the previously stored Powered state when initializing adapters
-RememberPowered = true
+RememberPowered = false
# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.