Index: device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc |
diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc |
index f03e811daf169eb026dd8d9827d40371d24d1a18..49af8d2c680b5c6cdbef8be71430666bdacfa5bb 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc |
+++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc |
@@ -202,7 +202,6 @@ void BluetoothRemoteGattCharacteristicAndroid::OnRead( |
if (status == 0 // android.bluetooth.BluetoothGatt.GATT_SUCCESS |
&& !read_callback.is_null()) { |
base::android::JavaByteArrayToByteVector(env, value, &value_); |
- adapter_->NotifyGattCharacteristicValueChanged(this, value_); |
read_callback.Run(value_); |
} else if (!read_error_callback.is_null()) { |
read_error_callback.Run( |