| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| index 32754f60621336257669c2e2e5154dd05ffb2789..5aa5fbfe7d195b419a3f91364e9657cea7f14e37 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| @@ -1433,7 +1433,7 @@ void BluetoothLowEnergyNotifyCharacteristicValueChangedFunction::DoWork() {
|
| ? *params_->notification.should_indicate
|
| : false;
|
| device::BluetoothLocalGattCharacteristic::NotificationStatus status =
|
| - characteristic->NotifyValueChanged(uint8_vector, indicate);
|
| + characteristic->NotifyValueChanged(nullptr, uint8_vector, indicate);
|
|
|
| switch (status) {
|
| case device::BluetoothLocalGattCharacteristic::NOTIFICATION_SUCCESS:
|
|
|