| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index 807fb22f92bbdbca2806365736f6c221cb3573ab..c0b5092e1c7fef9c0b1568e7d8f5112e983309ad 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -15,6 +15,7 @@
|
| #include "device/bluetooth/bluetooth_discovery_session.h"
|
| #include "device/bluetooth/bluetooth_gatt_characteristic.h"
|
| #include "device/bluetooth/bluetooth_gatt_connection.h"
|
| +#include "device/bluetooth/bluetooth_gatt_descriptor.h"
|
| #include "device/bluetooth/bluetooth_gatt_notify_session.h"
|
| #include "device/bluetooth/bluetooth_gatt_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -170,6 +171,11 @@ class BluetoothTestBase : public testing::Test {
|
| virtual void SimulateGattCharacteristicWriteWillFailSynchronouslyOnce(
|
| BluetoothGattCharacteristic* characteristic) {}
|
|
|
| + // Simulates a Descriptor on a service.
|
| + virtual void SimulateGattDescriptor(
|
| + BluetoothGattCharacteristic* characteristic,
|
| + const std::string& uuid) {}
|
| +
|
| // Removes the device from the adapter and deletes it.
|
| virtual void DeleteDevice(BluetoothDevice* device);
|
|
|
|
|