History log of /frameworks/base/services/core/java/com/android/server/BluetoothService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aacb89e929e4b36327df46c07a5afb6bd8e68479 05-Mar-2016 Jeff Sharkey <jsharkey@android.com> Kick Bluetooth stack after user is unlocked.

If Bluetooth was enabled at boot time, but the actual Bluetooth
package wasn't encryption aware, we need to kick off another enabled
pass once the user is unlocked.

Bug: 27326711
Change-Id: I511c4fd8567792e5bc4d49fa95929fd87edd0fbf
/frameworks/base/services/core/java/com/android/server/BluetoothService.java
305fdabfd0638a306c9366d79620d23e335cc0e0 12-Nov-2015 Andre Eisenbach <eisenbach@google.com> Move Bluetooth startup to PHASE_ACTIVITY_MANAGER_READY

For some reason BluetoothManagerService recently has been unable to bind
to the BluetoothService, causing timeouts, which in turn could lead to
Bluetooth not working immediately after boot.

While refactoring that code, the "get name and address" code was also
removed to make the startup sequence more transparent and easier to
debug.

Bug: 25597150
Change-Id: I62ffe4589a76ea8a6db75e3c7599f149db677ea3
/frameworks/base/services/core/java/com/android/server/BluetoothService.java
658bf2fa6d3bb1121c3c96abb62ca01d3abe95db 27-Jun-2015 Miao Chou <mcchou@google.com> Add BluetoothService to reduce resuming time after reboot

As a subclass of SystemService, BluetoothService wraps around
BluetoothManagerService to unlock Auto-enabling Bluetooth earlier by overriding
onBootPhase() and removes the need to wait for BOOT_COMPLETED message.

Bug:21705209
Change-Id: I2acc41370a750d8416e11e662e06392326741d2c
/frameworks/base/services/core/java/com/android/server/BluetoothService.java