summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/test/bluetooth_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/test/bluetooth_test.h')
-rw-r--r--device/bluetooth/test/bluetooth_test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
index fa946a3..4b84e75 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);