Index: chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h b/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h |
index cba953be0c6403c772be2052bcd745a7acf05afa..c10910a96cdb457b69d3741893e3046c34b080e1 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h |
+++ b/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h |
@@ -129,6 +129,12 @@ class CHROMEOS_EXPORT FakeBluetoothGattCharacteristicClient |
// is a random value within a reasonable range. |
std::vector<uint8> GetHeartRateMeasurementValue(); |
+ // Callback that executes a delayed ReadValue action by updating the |
+ // appropriate "Value" property and invoking the ValueCallback. |
+ void DelayedReadValueCallback(const dbus::ObjectPath& object_path, |
+ const ValueCallback& callback, |
+ const std::vector<uint8_t>& value); |
+ |
// If true, characteristics of the Heart Rate Service are visible. Use |
// IsHeartRateVisible() to check the value. |
bool heart_rate_visible_; |