Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Change RememberPowered to false
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Matthew Xie committed Sep 8, 2011
1 parent 594b77a commit 03e581f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/main.conf
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion data/main.le.conf
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion data/main.nonsmartphone.conf
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion data/main.nonsmartphone.le.conf
Expand Up @@ -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.
Expand Down

0 comments on commit 03e581f

Please sign in to comment.