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

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 2785383002: Update unit tests for BluetoothDevice::GetPrimaryServicesByUUID() etc. (Closed)
Patch Set: added TODO Created 3 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
Index: device/bluetooth/bluetooth_device.h
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index 8e9dedc751cea916af1f7805e8b276471359926c..ec127b80a971c423437a9c354973a5cad688c81b 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -31,8 +31,6 @@ namespace device {
class BluetoothAdapter;
class BluetoothGattConnection;
-class BluetoothRemoteGattCharacteristic;
-class BluetoothRemoteGattDescriptor;
class BluetoothSocket;
class BluetoothUUID;
@@ -547,14 +545,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
std::vector<BluetoothRemoteGattService*> GetPrimaryServicesByUUID(
const BluetoothUUID& service_uuid);
- std::vector<BluetoothRemoteGattCharacteristic*> GetCharacteristicsByUUID(
- const std::string& service_instance_id,
- const BluetoothUUID& characteristic_uuid);
-
- std::vector<device::BluetoothRemoteGattDescriptor*> GetDescriptorsByUUID(
- device::BluetoothRemoteGattCharacteristic* characteristic,
- const BluetoothUUID& descriptor_uuid);
-
protected:
// BluetoothGattConnection is a friend to call Add/RemoveGattConnection.
friend BluetoothGattConnection;

Powered by Google App Engine
This is Rietveld 408576698