Merge "Print anonymized address when new device found"
This commit is contained in:
commit
0c4d524c33
@ -307,7 +307,8 @@ public class BluetoothEventManager {
|
||||
CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device);
|
||||
if (cachedDevice == null) {
|
||||
cachedDevice = mDeviceManager.addDevice(device);
|
||||
Log.d(TAG, "DeviceFoundHandler created new CachedBluetoothDevice");
|
||||
Log.d(TAG, "DeviceFoundHandler created new CachedBluetoothDevice "
|
||||
+ cachedDevice.getDevice().getAnonymizedAddress());
|
||||
} else if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED
|
||||
&& !cachedDevice.getDevice().isConnected()) {
|
||||
// Dispatch device add callback to show bonded but
|
||||
|
Loading…
x
Reference in New Issue
Block a user