Index: device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h |
diff --git a/device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h b/device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h |
index b2883c767b64b36e76b21207832034dfc721ab83..b5e09ce1b2583a8cee489c645002846c998c4316 100644 |
--- a/device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h |
+++ b/device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h |
@@ -67,7 +67,7 @@ class BluetoothRemoteGattCharacteristicBlueZ |
const base::Closure& callback) override; |
void ReadRemoteCharacteristic(const ValueCallback& callback, |
const ErrorCallback& error_callback) override; |
- void WriteRemoteCharacteristic(const std::vector<uint8_t>& new_value, |
+ void WriteRemoteCharacteristic(const std::vector<uint8_t>& value, |
const base::Closure& callback, |
const ErrorCallback& error_callback) override; |