| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index 8f0bd31a2dd03aa385d00c0bee7a604010a833b7..7191345d10e22557081c59895a2a3fbadaa6bdcb 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -138,6 +138,11 @@ class BluetoothTestBase : public testing::Test {
|
| virtual void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce(
|
| BluetoothGattCharacteristic* characteristic) {}
|
|
|
| + // Simulates a Characteristic Changed operation with updated |value|.
|
| + virtual void SimulateGattCharacteristicChanged(
|
| + BluetoothGattCharacteristic* characteristic,
|
| + const std::vector<uint8_t>& value) {}
|
| +
|
| // Simulates a Characteristic Read operation succeeding, returning |value|.
|
| // If |characteristic| is null, acts upon the characteristic provided to
|
| // RememberCharacteristicForSubsequentAction.
|
|
|