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

Unified Diff: device/bluetooth/bluetooth_gatt_connection.cc

Issue 336933002: device/bluetooth: Introduce BluetoothGattConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Returning ERROR_UNSUPPORTED_DEVICE from platforms. 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
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection.h ('k') | device/bluetooth/test/mock_bluetooth_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_gatt_connection.cc
diff --git a/device/serial/serial_device_enumerator.cc b/device/bluetooth/bluetooth_gatt_connection.cc
similarity index 55%
copy from device/serial/serial_device_enumerator.cc
copy to device/bluetooth/bluetooth_gatt_connection.cc
index 586d33d8446698e51911ab9cabfc7b4738e1e042..721391e8d1a803db0aa87aa76d5d89b583a5b950 100644
--- a/device/serial/serial_device_enumerator.cc
+++ b/device/bluetooth/bluetooth_gatt_connection.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/serial/serial_device_enumerator.h"
+#include "device/bluetooth/bluetooth_gatt_connection.h"
namespace device {
-SerialDeviceEnumerator::SerialDeviceEnumerator() {}
+BluetoothGattConnection::BluetoothGattConnection() {
+}
-SerialDeviceEnumerator::~SerialDeviceEnumerator() {}
+BluetoothGattConnection::~BluetoothGattConnection() {
+}
} // namespace device
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection.h ('k') | device/bluetooth/test/mock_bluetooth_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698