| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index 16a876ead63e37671862e462b1f3703d8f33f000..0ed17bf35ff004dbe29f7ec66e81b0266d1a792d 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -552,7 +552,7 @@ void BluetoothAdapterMac::LowEnergyDeviceUpdated(
|
| int8_t clamped_tx_power = BluetoothDevice::ClampPower([tx_power intValue]);
|
|
|
| device_mac->UpdateAdvertisementData(
|
| - BluetoothDevice::ClampPower(rssi), std::move(advertised_uuids),
|
| + BluetoothDevice::ClampPower(rssi), nullptr, std::move(advertised_uuids),
|
| std::move(service_data_map),
|
| tx_power == nil ? nullptr : &clamped_tx_power);
|
|
|
|
|