| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
|
| index f57521764eeab730afd24255fb41b5d1777577c2..4493a94579509581601d8e049126bb8f656d010a 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
|
| @@ -73,6 +73,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicAndroid
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) override;
|
|
|
| + // Called when value changed event occurs.
|
| + void OnChanged(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& jcaller,
|
| + const base::android::JavaParamRef<jbyteArray>& value);
|
| +
|
| // Callback after Read operation completes.
|
| void OnRead(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& jcaller,
|
|
|