| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index fa946a3d5227ac338d6c44d8d4e7195ec452fabb..4b84e75afba4f87fbec526b40f3f49dfcfc145d3 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -94,8 +94,10 @@ class BluetoothTestBase : public testing::Test {
|
| // Simulates failure to discover services.
|
| virtual void SimulateGattServicesDiscoveryError(BluetoothDevice* device) {}
|
|
|
| + // Simulates a Characteristic on a service.
|
| virtual void SimulateGattCharacteristic(BluetoothGattService* service,
|
| - const std::string& uuid){};
|
| + const std::string& uuid,
|
| + int properties) {}
|
|
|
| // Remove the device from the adapter and delete it.
|
| virtual void DeleteDevice(BluetoothDevice* device);
|
|
|