OSDN Git Service

Sync the Bluetooth name and address from the Bluetooth Adapter
authorPavlin Radoslavov <pavlin@google.com>
Thu, 18 Jun 2015 00:01:23 +0000 (17:01 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 18 Jun 2015 00:10:34 +0000 (00:10 +0000)
commit512fb0ca900128cb682491a7f85e20c17edd8481
tree0152ba83d4884dda4b3d0771a88526699b87b5e8
parentc7c12e5639c170cb7ba3d3b492f9455b8b6bb9b4
Sync the Bluetooth name and address from the Bluetooth Adapter

It looks like the synchronization of the Bluetooth name and address
from the Bluetooth Adapter has been removed by the following commit
without an explanation:

  Bluetooth LE background operation mode (2/2)

As a result, the BluetoothManagerService.mAddress was always null.

Bug: 20545952
Change-Id: I595f370e06e17b2c67ce511f793efdee7674598c
services/core/java/com/android/server/BluetoothManagerService.java