| Index: device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| index ebf0f4cccaa613a1aabd9c8ab84bbba80289e908..603ab03015606065fb07b66c5fcbe1eb6e68bac3 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -33,6 +33,7 @@ BluetoothLowEnergyDeviceMac::BluetoothLowEnergyDeviceMac(
|
| [peripheral_ setDelegate:peripheral_delegate_];
|
| identifier_ = GetPeripheralIdentifier(peripheral);
|
| hash_address_ = GetPeripheralHashAddress(peripheral);
|
| + UpdateTimestamp();
|
| }
|
|
|
| BluetoothLowEnergyDeviceMac::~BluetoothLowEnergyDeviceMac() {
|
|
|