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

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

Issue 336933002: device/bluetooth: Introduce BluetoothGattConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ErrorCallback -> ConnectErrorCallback Created 6 years, 6 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/mock_bluetooth_device.h
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
index d4ea0905537a121208acc1ae2498e47bea2d21dc..29ce1776a568670fa3cd36e7438fd7885848ba0c 100644
--- a/device/bluetooth/test/mock_bluetooth_device.h
+++ b/device/bluetooth/test/mock_bluetooth_device.h
@@ -66,6 +66,9 @@ class MockBluetoothDevice : public BluetoothDevice {
void(const BluetoothUUID& uuid,
const ConnectToServiceCallback& callback,
const ConnectToServiceErrorCallback& error_callback));
+ MOCK_METHOD2(CreateGattConnection,
+ void(const GattConnectionCallback& callback,
+ const ConnectErrorCallback& error_callback));
MOCK_METHOD2(StartConnectionMonitor,
void(const base::Closure& callback,
« device/bluetooth/bluetooth_gatt_connection.h ('K') | « device/bluetooth/bluetooth_gatt_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698