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

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

Issue 1395783005: bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_android.h
diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
index 4db263bce4c98ca76ee54a5407c94653f893079f..b14ca23585bf84794d2ce7982785250bea8b6455 100644
--- a/device/bluetooth/test/bluetooth_test_android.h
+++ b/device/bluetooth/test/bluetooth_test_android.h
@@ -31,7 +31,8 @@ class BluetoothTestAndroid : public BluetoothTestBase {
void SimulateGattConnectionError(BluetoothDevice* device,
BluetoothDevice::ConnectErrorCode) override;
void SimulateGattDisconnection(BluetoothDevice* device) override;
- void SimulateGattServicesDiscovered(BluetoothDevice* device) override;
+ void SimulateGattServicesDiscovered(BluetoothDevice* device,
+ std::vector<std::string> uuids) override;
void SimulateGattServicesDiscoveryError(BluetoothDevice* device) override;
// Records that Java FakeBluetoothDevice connectGatt was called.

Powered by Google App Engine
This is Rietveld 408576698