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

Unified Diff: device/bluetooth/bluetooth_gatt_descriptor.cc

Issue 1898643002: Refactor device::BluetoothGattXXX classes to split into remote/local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_descriptor.h ('k') | device/bluetooth/bluetooth_gatt_descriptor_bluez.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_gatt_descriptor.cc
diff --git a/device/bluetooth/bluetooth_gatt_descriptor.cc b/device/bluetooth/bluetooth_gatt_descriptor.cc
index 95a8f49e07fe8f87e67928701d6e3600434f64b6..a75ad98b87d97a3ddd7a2d1ed03a001dfb27c504 100644
--- a/device/bluetooth/bluetooth_gatt_descriptor.cc
+++ b/device/bluetooth/bluetooth_gatt_descriptor.cc
@@ -5,12 +5,9 @@
#include "device/bluetooth/bluetooth_gatt_descriptor.h"
#include <stddef.h>
-
#include <vector>
#include "base/lazy_instance.h"
-#include "base/logging.h"
-#include "base/macros.h"
namespace device {
namespace {
@@ -80,14 +77,4 @@ BluetoothGattDescriptor::BluetoothGattDescriptor() {
BluetoothGattDescriptor::~BluetoothGattDescriptor() {
}
-// static
-BluetoothGattDescriptor* BluetoothGattDescriptor::Create(
- const BluetoothUUID& uuid,
- const std::vector<uint8_t>& value,
- BluetoothGattCharacteristic::Permissions permissions) {
- LOG(ERROR) << "Creating local GATT characteristic descriptors currently not "
- << "supported.";
- return NULL;
-}
-
} // namespace device
« no previous file with comments | « device/bluetooth/bluetooth_gatt_descriptor.h ('k') | device/bluetooth/bluetooth_gatt_descriptor_bluez.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698