| 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 f81fdf7ba745480d662a37c7308d9a3b663a882f..bd28398d1e84322923a85c8ea75588ccc6c19ab0 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -30,9 +30,11 @@ device::BluetoothUUID BluetoothUUIDWithCBUUID(CBUUID* uuid) {
|
| } // namespace
|
|
|
| BluetoothLowEnergyDeviceMac::BluetoothLowEnergyDeviceMac(
|
| + BluetoothAdapterMac* adapter,
|
| CBPeripheral* peripheral,
|
| NSDictionary* advertisement_data,
|
| - int rssi) {
|
| + int rssi)
|
| + : BluetoothDeviceMac(adapter) {
|
| DCHECK(BluetoothAdapterMac::IsLowEnergyAvailable());
|
| identifier_ = GetPeripheralIdentifier(peripheral);
|
| hash_address_ = GetPeripheralHashAddress(peripheral);
|
|
|