Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: device/bluetooth/test/bluetooth_test.h

Issue 1423093003: bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetProperties() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-getuuid-
Patch Set: merge tot Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698